CheckLoginWithGeneralID()
를 직접 Session 클래스를 접근하는 방식으로 변경.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ include "func.php";
|
||||
// $btn, $msg, $scoutmsg, $rate, $bill, $secretlimit
|
||||
|
||||
//로그인 검사
|
||||
CheckLoginWithGeneralID();
|
||||
$session = Session::requireGameLogin()->setReadOnly();
|
||||
$connect = dbConn();
|
||||
|
||||
$query = "select no,nation,level from general where owner='{$_SESSION['userID']}'";
|
||||
|
||||
Reference in New Issue
Block a user