Merge pull request #429 from wrongecho/db-version

Add database updater
This commit is contained in:
Johnny
2022-04-02 16:04:18 -04:00
committed by GitHub
6 changed files with 119 additions and 79 deletions

View File

@@ -7,6 +7,9 @@ $row = mysqli_fetch_array($sql_settings);
// General
$config_base_url = $row['config_base_url'];
// Database version
DEFINE("CURRENT_DATABASE_VERSION", $row['config_current_database_version']);
// Mesh Central
$config_meshcentral_uri = $row['config_meshcentral_uri'];
$config_meshcentral_user = $row['config_meshcentral_user'];