Remove unecessary added Config::load()

This commit is contained in:
Hypolite Petovan 2018-03-07 12:45:30 -05:00
parent 7e765199e8
commit b40461975a
2 changed files with 0 additions and 4 deletions

View File

@ -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();

View File

@ -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":