catmanage perpage 50

This commit is contained in:
xiaomlove
2022-11-09 22:24:36 +08:00
parent 251759848e
commit e64643a9ba

View File

@@ -7,7 +7,7 @@ loggedinorreturn();
if (get_user_class() < UC_ADMINISTRATOR)
permissiondenied();
$perpage = 2;
$perpage = 50;
$pagerParam = '?action=view&type=' . ($_GET['type'] ?? 'searchbox') . '&';
function return_category_db_table_name($type)
{