aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-20 19:39:54 +1100
committerredmatrix <git@macgirvin.com>2016-02-20 19:39:54 +1100
commita9711895cf254a0ca34b1e3f7c8e75bb832e6973 (patch)
tree3992b498320057a3208e94a2edb14eb999309f42 /boot.php
parent8882ffc0def76a94d403d9ad4986534634785e6c (diff)
downloadvolse-hubzilla-a9711895cf254a0ca34b1e3f7c8e75bb832e6973.tar.gz
volse-hubzilla-a9711895cf254a0ca34b1e3f7c8e75bb832e6973.tar.bz2
volse-hubzilla-a9711895cf254a0ca34b1e3f7c8e75bb832e6973.zip
move accesslist class to namespace
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 2dc542d28..03d81b360 100755
--- a/boot.php
+++ b/boot.php
@@ -43,7 +43,7 @@ require_once('include/taxonomy.php');
require_once('include/identity.php');
require_once('include/Contact.php');
require_once('include/account.php');
-require_once('include/AccessList.php');
+
define ( 'PLATFORM_NAME', 'hubzilla' );