From f71c61a55bca5858e93554ce3e961fea82be711e Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 22:57:10 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8A=B9=EC=88=98=20=EA=B6=8C=ED=95=9C=20?= =?UTF-8?q?=EC=9C=A0=EC=A0=80=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/_119.php | 2 +- hwe/_119_b.php | 2 +- hwe/index.php | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/hwe/_119.php b/hwe/_119.php index b73d8c0e..9ac164fc 100644 --- a/hwe/_119.php +++ b/hwe/_119.php @@ -5,7 +5,7 @@ include "lib.php"; include "func.php"; $session = Session::requireGameLogin()->setReadOnly(); -if($session->userGrade < 5) { +if($session->userGrade < 4) { ?> diff --git a/hwe/_119_b.php b/hwe/_119_b.php index 34ba6505..fd154c62 100644 --- a/hwe/_119_b.php +++ b/hwe/_119_b.php @@ -6,7 +6,7 @@ include "func.php"; $session = Session::requireGameLogin()->setReadOnly(); -if($session->userGrade < 5){ +if($session->userGrade < 4){ header('location:_119.php'); die(); } diff --git a/hwe/index.php b/hwe/index.php index 6a9e6b02..942cb9ba 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -211,6 +211,14 @@ if ($session->userGrade >= 5) { "; } +else if($session->userGrade == 4){ + echo " + + + + +"; +} ?>