fix: Fiedx issues with new config init (#8242)

* Fix non-config defaults

* update processConfig and remove file
This commit is contained in:
Tony Murray
2018-02-12 03:15:44 -06:00
committed by Neil Lathwood
parent 16424ef3a4
commit 561846a44b
36 changed files with 114 additions and 166 deletions

View File

@@ -135,8 +135,7 @@ try {
dbConnect();
// pull in the database config settings
mergedb();
require 'includes/process_config.inc.php';
Config::loadFromDatabase();
$validator->ok('Database connection successful', null, 'database');
} catch (\LibreNMS\Exceptions\DatabaseConnectException $e) {