mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
test github actions
This commit is contained in:
parent
511e10e78b
commit
b6f98ffdee
@ -14,6 +14,7 @@ $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