mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-17 05:58:26 +00:00
Show more default settings before paging
This commit is contained in:
@@ -84,7 +84,7 @@ require_once "resources/paging.php";
|
||||
}
|
||||
|
||||
//prepare to page the results
|
||||
$rows_per_page = 100;
|
||||
$rows_per_page = 200;
|
||||
$param = "";
|
||||
$page = $_GET['page'];
|
||||
if (strlen($page) == 0) { $page = 0; $_GET['page'] = 0; }
|
||||
|
||||
Reference in New Issue
Block a user