extend AC

This commit is contained in:
zotlabs
2018-04-08 17:30:46 -07:00
parent f2078b25ad
commit c3cd613f42
3 changed files with 17 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ class Acl extends \Zotlabs\Web\Controller {
function init() {
logger('mod_acl: ' . print_r($_REQUEST,true));
logger('mod_acl: ' . print_r($_REQUEST,true),LOGGER_DATA);
$start = (x($_REQUEST,'start') ? $_REQUEST['start'] : 0);
$count = (x($_REQUEST,'count') ? $_REQUEST['count'] : 500);