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:
parent
d010f4fcae
commit
60caecffdd
1
boot.php
1
boot.php
@ -46,6 +46,7 @@ require_once('include/account.php');
|
|||||||
require_once('include/zid.php');
|
require_once('include/zid.php');
|
||||||
require_once('include/xchan.php');
|
require_once('include/xchan.php');
|
||||||
require_once('include/hubloc.php');
|
require_once('include/hubloc.php');
|
||||||
|
require_once('include/attach.php');
|
||||||
|
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
|
Reference in New Issue
Block a user