Move app_version.php and database_version.php to includes folder update all assocoiated links, remove 2 legacy php files maintence and legacy_debug

This commit is contained in:
johnnyq
2025-01-24 21:25:04 -05:00
parent f29d122376
commit 87e1371318
12 changed files with 8 additions and 358 deletions

View File

@@ -103,7 +103,7 @@ if (isset($options['update']) || isset($options['force_update'])) {
// If "update_db" is requested
if (isset($options['update_db'])) {
require_once "../database_version.php";
require_once "../includes/database_version.php";
$latest_db_version = LATEST_DATABASE_VERSION;