diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-01-01 21:21:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-01-01 21:21:04 +0100 |
commit | 9e2a253ddaf4d114bbfb5a1ad80f8790f4feadd9 (patch) | |
tree | ec69eb97c566eb7816d95348f53a04ba1f4f2f5b /boot.php | |
parent | b629eb56578e1d83662aeec3be5a31457654e27d (diff) | |
parent | f2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d (diff) | |
download | volse-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |