From e64643a9bab8adc98e0c81b28eaa236019234a94 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Wed, 9 Nov 2022 22:24:36 +0800 Subject: [PATCH] catmanage perpage 50 --- public/catmanage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/catmanage.php b/public/catmanage.php index 65650c29..dac7429d 100644 --- a/public/catmanage.php +++ b/public/catmanage.php @@ -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) {