mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
include software_name in the global declaration (#6957)
This commit is contained in:
@@ -58,7 +58,7 @@ $display_type = 'text';
|
||||
show_upgrade_menu();
|
||||
|
||||
function show_upgrade_menu() {
|
||||
global $text;
|
||||
global $text, $software_name;
|
||||
//error_reporting(E_ALL);
|
||||
$line = str_repeat('-', strlen($text['title-cli_upgrade']) + 2);
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user