From f2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 1 Jan 2024 21:01:47 +0100 Subject: Work around possible loop and use Lib/Config in init --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 50c880113..9d9eb99c4 100644 --- a/boot.php +++ b/boot.php @@ -680,8 +680,8 @@ function sys_boot() { * Load configs from db. Overwrite configs from .htconfig.php */ - load_config('system'); - load_config('feature'); + Config::Load('system'); + Config::Load('feature'); App::$session = new Zotlabs\Web\Session(); App::$session->init(); -- cgit v1.2.3