aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-01-01 21:21:04 +0100
committerMario Vavti <mario@mariovavti.com>2024-01-01 21:21:04 +0100
commit9e2a253ddaf4d114bbfb5a1ad80f8790f4feadd9 (patch)
treeec69eb97c566eb7816d95348f53a04ba1f4f2f5b /boot.php
parentb629eb56578e1d83662aeec3be5a31457654e27d (diff)
parentf2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d (diff)
downloadvolse-hubzilla-9e2a253ddaf4d114bbfb5a1ad80f8790f4feadd9.tar.gz
volse-hubzilla-9e2a253ddaf4d114bbfb5a1ad80f8790f4feadd9.tar.bz2
volse-hubzilla-9e2a253ddaf4d114bbfb5a1ad80f8790f4feadd9.zip
Merge branch '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 0de5cb6d9..ee847fae8 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();