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 " + + + + +"; +} ?>