관리자 세션 해제 시 런처 일반 화면 전환
This commit is contained in:
@@ -100,7 +100,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
if ($isAdmin) {
|
||||
custom_issue_auth_cookie(true);
|
||||
}
|
||||
custom_json(['admin' => $isAdmin, 'authenticated' => $isAdmin || custom_has_auth_cookie()]);
|
||||
custom_json(['admin' => $isAdmin, 'authenticated' => $isAdmin]);
|
||||
}
|
||||
|
||||
if (isset($_GET['failMessages'])) {
|
||||
|
||||
Reference in New Issue
Block a user