20043914e6
- Add `use Friendica\App;` wherever needed
12 lines
151 B
PHP
12 lines
151 B
PHP
<?php
|
|
/* ACL selector json backend */
|
|
|
|
use Friendica\App;
|
|
|
|
require_once 'include/acl_selectors.php';
|
|
|
|
function acl_init(App $a) {
|
|
acl_lookup($a);
|
|
}
|
|
|
|
|