From: Hypolite Petovan Date: Wed, 7 Mar 2018 17:45:30 +0000 (-0500) Subject: Remove unecessary added Config::load() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b40461975a0e3091a375120c73048ec672e7cd5f;p=friendica.git Remove unecessary added Config::load() --- diff --git a/scripts/auth_ejabberd.php b/scripts/auth_ejabberd.php index 5ca4f58516..32aa30898c 100755 --- a/scripts/auth_ejabberd.php +++ b/scripts/auth_ejabberd.php @@ -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(); diff --git a/scripts/dbstructure.php b/scripts/dbstructure.php index ae9ab46f89..ff5b53c622 100755 --- a/scripts/dbstructure.php +++ b/scripts/dbstructure.php @@ -19,8 +19,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(); - if ($_SERVER["argc"] == 2) { switch ($_SERVER["argv"][1]) { case "dryrun":