mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Update upgrade.php
This commit is contained in:
@@ -255,8 +255,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//run all app_defaults.php files
|
//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 == '--default') {
|
if ($upgrade_type == 'defaults' or $upgrade_type == '-d' or $upgrade_type == '--defaults') {
|
||||||
//send a message to the console
|
//send a message to the console
|
||||||
if ($display_type === 'text') {
|
if ($display_type === 'text') {
|
||||||
echo "[ Update ] Restore application defaults.\n";
|
echo "[ Update ] Restore application defaults.\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user