Fix: player entercode 2~8 digits
This commit is contained in:
@@ -14,8 +14,8 @@ if($enterCode === "" || strlen($enterCode) < 2) {
|
||||
exit;
|
||||
}
|
||||
|
||||
if(strlen($enterCode) > 6) {
|
||||
set_error_message("입장번호는 6개 이gk의 숫자로 입력해야 합니다.");
|
||||
if(strlen($enterCode) > 8) {
|
||||
set_error_message("입장번호는 8개 이하의 숫자로 입력해야 합니다.");
|
||||
send_result_fail();
|
||||
exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user