Skip to content

Commit 74a7325

Browse files
committed
remove comment
1 parent 1ed136d commit 74a7325

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webroot/panel/account.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ function isLoginShellValid(x) {
304304
if (x.length === 0) {
305305
return [false, "must not be empty"];
306306
}
307-
// only ascii characters allowed
308307
if (!(/^[\x00-\x7F]*$/.test(x))) {
309308
return [false, "must only contain ASCII characters"];
310309
}

0 commit comments

Comments
 (0)