/home/mjc1/public_html/j3demo/index.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
include("./_common.php");
include(
"./header.sub.php");
$add_file "";
if(
$config['intro_use']=='1'){ // 인트로 사용시
    
if($id_ccode==''){ 
        
$add_file "/intro.php";
    }
}
if(
$is_mobile){
    
$go_url $j3_shopm_url.$add_file;
} else {
    
$go_url $j3_shop_url.$add_file;
}

?>
<script>
    document.location.href='<?php echo $go_url;?>';
</script>