mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
recover some $_GET & $POST variable keep be integer
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ GROUP BY u.id
|
||||
}
|
||||
|
||||
$order = $_GET['order'] ?? '';
|
||||
$page = $_GET["page"] ?? 0;
|
||||
$page = intval($_GET["page"] ?? 0);
|
||||
$perpage = 20;
|
||||
|
||||
list($pagertop, $pagerbottom, $limit) = pager($perpage, $count, "$_SERVER[PHP_SELF]?ip=$ip&mask=$mask&order=$order&");
|
||||
|
||||
Reference in New Issue
Block a user