]> git.mxchange.org Git - friendica.git/blob - mod/acl.php
added curly braces + space between "if" and brace + initialized $result (was only...
[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(App &$a){
7         acl_lookup($a);
8 }
9
10