aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-17 17:54:50 -0700
committerzotlabs <mike@macgirvin.com>2017-04-17 17:54:50 -0700
commit9c31e26cf1e7a25d287037c65161c4b952e21b19 (patch)
treeb17b8e0105de2d77f041fb22cc68a049259aac93
parent7a31c039fb1114e251a85c4888a305966945167b (diff)
downloadvolse-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.
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 65d198571..b063cd6f9 100755
--- a/boot.php
+++ b/boot.php
@@ -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' );