관리자 세션 해제 시 런처 일반 화면 전환

This commit is contained in:
seo
2026-07-11 06:17:22 +09:00
parent 2106830a47
commit 6aef96ecdb
3 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -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'])) {