1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-14 23:44:43 +00:00
friendica-github/mod/acl.php

11 lines
128 B
PHP
Raw Normal View History

2011-07-19 14:17:58 +00:00
<?php
/* ACL selector json backend */
2012-06-06 03:33:11 +00:00
2011-07-19 14:17:58 +00:00
require_once("include/acl_selectors.php");
function acl_init(&$a){
acl_lookup($a);
2011-07-19 14:17:58 +00:00
}