mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
catmanage perpage 50
This commit is contained in:
@@ -7,7 +7,7 @@ loggedinorreturn();
|
|||||||
if (get_user_class() < UC_ADMINISTRATOR)
|
if (get_user_class() < UC_ADMINISTRATOR)
|
||||||
permissiondenied();
|
permissiondenied();
|
||||||
|
|
||||||
$perpage = 2;
|
$perpage = 50;
|
||||||
$pagerParam = '?action=view&type=' . ($_GET['type'] ?? 'searchbox') . '&';
|
$pagerParam = '?action=view&type=' . ($_GET['type'] ?? 'searchbox') . '&';
|
||||||
function return_category_db_table_name($type)
|
function return_category_db_table_name($type)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user