]> git.mxchange.org Git - friendica.git/blob - mod/acl.php
Used more dbm::is_result() instead of (!$r) or (!count($r)), still there are
[friendica.git] / mod / acl.php
1 <?php
2 /* ACL selector json backend */
3
4 require_once("include/acl_selectors.php");
5
6 function acl_init(&$a){
7         acl_lookup($a);
8 }
9
10