diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-27 22:20:30 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-27 22:20:30 -0700 |
commit | ca0bc2bb7bc2b9e7d81a356a394d47bcb688004c (patch) | |
tree | c3a985dd76566bdcb34fbde227fb7fe78209bc5e /boot.php | |
parent | 3fbb955cf23c5f92ba96086841ac6a2c510d4870 (diff) | |
download | volse-hubzilla-ca0bc2bb7bc2b9e7d81a356a394d47bcb688004c.tar.gz volse-hubzilla-ca0bc2bb7bc2b9e7d81a356a394d47bcb688004c.tar.bz2 volse-hubzilla-ca0bc2bb7bc2b9e7d81a356a394d47bcb688004c.zip |
more work on AccessList integration
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +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' ); |