mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:50:11 +00:00
Move Config::load() to DI::config()->load()
This commit is contained in:
parent
1bc4b2e078
commit
5d294e8be8
4 changed files with 3 additions and 15 deletions
|
@ -44,7 +44,7 @@ if (DI::mode()->isInstall()) {
|
|||
die("Friendica isn't properly installed yet.\n");
|
||||
}
|
||||
|
||||
Config::load();
|
||||
DI::config()->load();
|
||||
|
||||
if (empty(Config::get('system', 'pidfile'))) {
|
||||
die(<<<TXT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue