nexus clients

This commit is contained in:
xiaomlove
2021-04-21 00:07:32 +08:00
parent be9b8634c4
commit c7a6616618
23 changed files with 897 additions and 31 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ function safe_query ($query,$id,$where = '') {
$result = sql_query($query);
if (!$result)
return sqlerr(__FILE__,__LINE__);
redirect("maxlogin.php?update=".htmlspecialchars($where));
nexus_redirect("maxlogin.php?update=".htmlspecialchars($where));
}
function searchform () {
?>