mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
test github actions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user