From e7333508c4515a4e238e88eaf7ca11c459562060 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 8 May 2020 01:52:24 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EC=A7=81=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_myBossInfo.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hwe/j_myBossInfo.php b/hwe/j_myBossInfo.php index 0aedad40..b7b92144 100644 --- a/hwe/j_myBossInfo.php +++ b/hwe/j_myBossInfo.php @@ -196,8 +196,7 @@ function do추방(General $general, int $myOfficerLevel):?string{ //이미 지정했다면 무시 if(isOfficerSet($nation['chief_set'], $myOfficerLevel) || ($myOfficerLevel == 0 && $myOfficerLevel == 12)) { - header('location:b_myBossInfo.php', true, 303); - die(); + return '이미 추방 권한을 사용했습니다.'; } $gold = 0; $rice = 0;