mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Update bans.php
This commit is contained in:
parent
93b0d3829d
commit
e3775fed86
@ -14,7 +14,6 @@ $title = 'Bans list';
|
||||
$configBansPerPage = setting('core.bans_per_page');
|
||||
$_page = $_GET['page'] ?? 1;
|
||||
|
||||
test
|
||||
if(!is_numeric($_page) || $_page < 1 || $_page > PHP_INT_MAX) {
|
||||
$_page = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user