Increase the pageing results for access controls.
This commit is contained in:
parent
23fa8e4715
commit
c7b8d99d1b
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue