Update upgrade.php

This commit is contained in:
FusionPBX
2025-06-28 08:22:32 -06:00
committed by GitHub
parent f379fc8654
commit 90da27a553

View File

@@ -255,8 +255,8 @@
}
}
//run all app_defaults.php files
if ($upgrade_type == 'defaults' or $upgrade_type == '-d' or $upgrade_type == '--default') {
//run all application defaults - more about looking missing not defaults, this not a factory reset
if ($upgrade_type == 'defaults' or $upgrade_type == '-d' or $upgrade_type == '--defaults') {
//send a message to the console
if ($display_type === 'text') {
echo "[ Update ] Restore application defaults.\n";