]> git.mxchange.org Git - friendica.git/blob - mod/acl.php
Merge pull request #2319 from stieben/develop
[friendica.git] / mod / acl.php
1 <?php
2 /* ACL selector json backend */
3
4 require_once("include/acl_selectors.php");
5
6 if(! function_exists('acl_init')) {
7 function acl_init(&$a){
8         acl_lookup($a);
9 }
10 }