diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-17 17:54:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-17 17:54:50 -0700 |
commit | 9c31e26cf1e7a25d287037c65161c4b952e21b19 (patch) | |
tree | b17b8e0105de2d77f041fb22cc68a049259aac93 /boot.php | |
parent | 7a31c039fb1114e251a85c4888a305966945167b (diff) | |
download | volse-hubzilla-9c31e26cf1e7a25d287037c65161c4b952e21b19.tar.gz volse-hubzilla-9c31e26cf1e7a25d287037c65161c4b952e21b19.tar.bz2 volse-hubzilla-9c31e26cf1e7a25d287037c65161c4b952e21b19.zip |
include attach.php here (boot.php) instead of each file that uses it. Eventually this needs to move to an autoloader.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ require_once('include/account.php'); require_once('include/zid.php'); require_once('include/xchan.php'); require_once('include/hubloc.php'); +require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'red' ); |