include attach.php here (boot.php) instead of each file that uses it. Eventually this needs to move to an autoloader.

This commit is contained in:
zotlabs 2017-04-17 17:54:50 -07:00
parent 7a31c039fb
commit 9c31e26cf1

View File

@ -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' );