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
7a31c039fb
commit
9c31e26cf1
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', 'red' );
|
define ( 'PLATFORM_NAME', 'red' );
|
||||||
|
Reference in New Issue
Block a user