mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Install: Validate database before migrating (#12867)
* Validate database during install Needed to remove usages of legacy functions in the validation * Fix output, restore real versions
This commit is contained in:
@@ -68,7 +68,6 @@ if (! file_exists('vendor/autoload.php')) {
|
||||
require_once 'vendor/autoload.php';
|
||||
require_once 'includes/common.php';
|
||||
require_once 'includes/functions.php';
|
||||
require_once 'includes/dbFacile.php';
|
||||
|
||||
// Buffer output
|
||||
ob_start();
|
||||
|
||||
Reference in New Issue
Block a user