aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-01 20:04:44 +0000
committerMario <mario@mariovavti.com>2024-01-01 20:04:44 +0000
commitceb510bbf5e8eaa93fd6231c5c5e134fb1883c29 (patch)
tree13b6fac2c817cc4d02a2bb8f85cba136e7471891 /boot.php
parent2590e3c99be36f806fe25dd6db0504e853669fde (diff)
parentf2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d (diff)
downloadvolse-hubzilla-ceb510bbf5e8eaa93fd6231c5c5e134fb1883c29.tar.gz
volse-hubzilla-ceb510bbf5e8eaa93fd6231c5c5e134fb1883c29.tar.bz2
volse-hubzilla-ceb510bbf5e8eaa93fd6231c5c5e134fb1883c29.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index db4e0ea87..e2e224548 100644
--- a/boot.php
+++ b/boot.php
@@ -681,8 +681,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();