1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-13 22:44:43 +00:00
friendica-github/mod/acl.php
2013-01-26 13:01:57 -07:00

10 lines
128 B
PHP

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