stylesheet를 우선 기본값으로 보여주도록 수정
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ function GetImageURL($imgsvr) {
|
||||
}
|
||||
|
||||
function CheckLogin($type=0) {
|
||||
if($_SESSION['p_id'] == "") {
|
||||
if(!isset($_SESSION['p_id'])) {
|
||||
if($type == 0) {
|
||||
//echo "<script>location.replace('start.php');</script>";
|
||||
echo 'start.php';//TODO:debug all and replace
|
||||
|
||||
Reference in New Issue
Block a user