1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-10 12:28:25 +00:00
friendica-github/mod/acl.php
2016-02-07 15:11:34 +01:00

10 lines
128 B
PHP

<?php
/* ACL selector json backend */
require_once("include/acl_selectors.php");
function acl_init(&$a){
acl_lookup($a);
}