b202e02fbf
This reverts commit db949bb802
.
11 lines
128 B
PHP
11 lines
128 B
PHP
<?php
|
|
/* ACL selector json backend */
|
|
|
|
require_once("include/acl_selectors.php");
|
|
|
|
function acl_init(&$a){
|
|
acl_lookup($a);
|
|
}
|
|
|
|
|