summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_firmware_check.php')
-rwxr-xr-xusr/local/www/system_firmware_check.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index 903cd79..71359cc 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -141,7 +141,11 @@ if(!$latest_version) {
} else {
if($needs_system_upgrade) {
echo "\n<script language=\"JavaScript\">$('invokeupgrade').style.visibility = 'visible';</script>";
- update_output_window("A new version is now available. \n\nNew version: {$latest_version}");
+ $txt = "A new version is now available \\n\\n";
+ $txt .= "New version: {$latest_version}\\n";
+ $txt .= "Current version: {$current_installed_pfsense_version}\\n";
+ $txt .= "Update source: {$g['update_url']}\\n";
+ update_output_window($txt);
} else {
update_output_window("You are on the latest version.");
}
OpenPOWER on IntegriCloud