오타 수정

This commit is contained in:
thisgun
2018-03-12 09:17:05 +09:00
parent a4c3a4b5e9
commit 4aeae4915a

View File

@ -5,7 +5,7 @@ include_once('./_common.php');
if ($w == "u" || $w == "d") if ($w == "u" || $w == "d")
check_demo(); check_demo();
if ($W == 'd') if ($w == 'd')
auth_check($auth[$sub_menu], "d"); auth_check($auth[$sub_menu], "d");
else else
auth_check($auth[$sub_menu], "w"); auth_check($auth[$sub_menu], "w");