mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix warning staffpanel part
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ function searchform () {
|
||||
$countrows = number_format(get_row_count("loginattempts")) + 1;
|
||||
$page = intval($_GET["page"] ?? 0);
|
||||
|
||||
$order = $_GET['order'];
|
||||
$order = $_GET['order'] ?? '';
|
||||
if ($order == 'id')
|
||||
$orderby = "id";
|
||||
elseif ($order == 'ip')
|
||||
@@ -53,7 +53,7 @@ else
|
||||
|
||||
$perpage = 5;
|
||||
list($pagertop, $pagerbottom, $limit) = pager($perpage, $countrows, "maxlogin.php?order=$order&");
|
||||
|
||||
$msg = '';
|
||||
if ($action == 'showlist') {
|
||||
stdhead ("Max. Login Attemps - Show List");
|
||||
print("<h1>Failed Login Attempts</h1>");
|
||||
|
||||
Reference in New Issue
Block a user