Increase the pageing results for access controls.

This commit is contained in:
markjcrane
2015-08-22 15:52:27 -06:00
parent 23fa8e4715
commit c7b8d99d1b

View File

@@ -49,7 +49,7 @@ else {
}
//prepare to page the results
$rows_per_page = 10;
$rows_per_page = 1000;
$param = "";
$page = $_GET['page'];
if (strlen($page) == 0) { $page = 0; $_GET['page'] = 0; }