|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/home/queenjbs/junsu/conf/ |
Upload File : |
<?php
session_cache_limiter("");
ini_set("junsu.jp", ".junsu.jp");
session_start();
##### No change below... #####
if(!$WEBDIR['web_root'])
{
if(substr($_SERVER['DOCUMENT_ROOT'],-1)=='/') $WEBDIR['web_root']=substr($_SERVER['DOCUMENT_ROOT'],0,strlen($_SERVER['DOCUMENT_ROOT'])-1);
else $WEBDIR['web_root']=$_SERVER['DOCUMENT_ROOT'];
}
$WEBDIR['root_dir']=$WEBDIR['web_root'].$WEBDIR['web_dir'];
$rootDir = "/";
//페이징 함수.
include "conf_db.php";
include "conf_function_DB.lib";
include "conf_function_script.php";
include "conf_paging.php";
if(!$sessionIDX){
$sessionIDX =$_SESSION[S_IDX];
$sessionID =$_SESSION[S_ID];
$sessionLevel =$_SESSION[S_LEVEL];
$sessionNickname = $_SESSION[S_NNAME];
}
if(!$_SESSION[S_COLOR]){
$tmp_img= get_imgColor($sessionIDX);
$_SESSION[S_IMG_B]= $tmp_img[0];
$_SESSION[S_IMG_S]= $tmp_img[3];
$_SESSION[S_COLOR] = $tmp_img[1];
$_SESSION[S_CLASSNUM] = $tmp_img[2];
}
$artist_name ="김준수 일본";
//부트스트랩 경로
$assetPath="/admin/lib/Bootstrap/dist/assets";
$remoteAddr = "115.90.174.52";
//if($_SERVER["REMOTE_ADDR"] != $remoteAddr){
echo "<script>top.location.href='http://www.jyjjapan.jp';</script>";
exit;
//}
if(!$today) $today = date("Y-m-d");
//오늘날짜 세팅
$date['PROC'] = $t ? getDateCal('YmdHisw',date('YmdHis'),$t) : date('YmdHisw');
$date['totime'] = substr($date['PROC'],0,14);
$membersJapansName = "会員専用のお知らせです。";
?>