stylesheet를 우선 기본값으로 보여주도록 수정

This commit is contained in:
2018-01-20 05:43:50 +09:00
parent a39a1e8612
commit 3e629c5c54
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -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