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 committed by Mario Vavti
parent 18ee1ba589
commit 3be90c2e45

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', 'hubzilla' );