From 9a78eac0ffb7efedcd25a89bf6397e18c18d694b Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 26 Mar 2019 15:47:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80(=3F)=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/_admin_force_rehall.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hwe/_admin_force_rehall.php b/hwe/_admin_force_rehall.php index a02d652b..7fba7fdd 100644 --- a/hwe/_admin_force_rehall.php +++ b/hwe/_admin_force_rehall.php @@ -7,8 +7,7 @@ include "func.php"; $session = Session::requireGameLogin()->setReadOnly(); if($session->userGrade < 5) { - header('location:_admin4.php'); - die(); + die('권한 부족'); } $db = DB::db();