Left trim at sign from nicks in ACL

This commit is contained in:
Hypolite Petovan 2017-04-10 22:09:49 -04:00
commit 05a5e1792d
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
<?php
/* ACL selector json backend */
require_once("include/acl_selectors.php");
require_once 'include/acl_selectors.php';
function acl_init(App $a) {
acl_lookup($a);