mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
catmanage perpage 50
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user