mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Remove unecessary added Config::load()
This commit is contained in:
parent
7e765199e8
commit
b40461975a
2 changed files with 0 additions and 4 deletions
|
@ -61,8 +61,6 @@ BaseObject::setApp($a);
|
|||
dba::connect($db_host, $db_user, $db_pass, $db_data);
|
||||
unset($db_host, $db_user, $db_pass, $db_data);
|
||||
|
||||
Config::load();
|
||||
|
||||
$oAuth = new ExAuth();
|
||||
|
||||
$oAuth->readStdin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue