@@ -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)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.