mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix warning staffpanel part
This commit is contained in:
@@ -31,8 +31,8 @@ $res = sql_query("SELECT COUNT(*) FROM peers") or sqlerr(__FILE__, __LINE__);
|
||||
$n = mysql_fetch_row($res);
|
||||
$n_peers = $n[0];
|
||||
|
||||
$uporder = $_GET['uporder'];
|
||||
$catorder = $_GET["catorder"];
|
||||
$uporder = $_GET['uporder'] ?? '';
|
||||
$catorder = $_GET["catorder"] ?? '';
|
||||
|
||||
if ($uporder == "lastul")
|
||||
$orderby = "last DESC, name";
|
||||
|
||||
Reference in New Issue
Block a user