fix warning

This commit is contained in:
xiaomlove
2020-12-29 21:49:37 +08:00
parent d190ca6f67
commit 398cf8607a
55 changed files with 223 additions and 214 deletions

View File

@@ -8,7 +8,7 @@ if (get_user_class() < $viewuserlist_class)
permissiondenied();
$search = trim($_GET['search']);
$class = $_GET['class'];
$country = 0+$_GET['country'];
$country = $_GET['country'] ?? 0;
$letter = trim($_GET["letter"]);
if (strlen($letter) > 1)