]> git.mxchange.org Git - friendica.git/blobdiff - mod/acl.php
Merge pull request #4618 from tobiasd/210180317-htconfig
[friendica.git] / mod / acl.php
index 04aa9f50a6ff3b6ce4c847cc41717ded31a57314..e04a3fbc7e1d243727ae7a13a6d973497de15005 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 /* ACL selector json backend */
 
-require_once("include/acl_selectors.php");
+use Friendica\App;
+
+require_once 'include/acl_selectors.php';
 
 function acl_init(App $a) {
        acl_lookup($a);