Session 클래스 재정리

This commit is contained in:
2018-04-05 03:14:50 +09:00
parent 9c445e02b9
commit 76543892bc
26 changed files with 55 additions and 93 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ include "func.php";
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();
if(Session::getUserGrade() < 5) {
if($session->userGrade < 5) {
//echo "<script>location.replace('_admin4.php');</script>";
echo '_admin4.php';//TODO:debug all and replace
}