summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/system_firmware.php2
-rwxr-xr-xusr/local/www/system_firmware_check.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 97fc5cf..14bd905 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -105,7 +105,7 @@ $id = rand() . '.' . time();
$mth = ini_get('upload_progress_meter.store_method');
$dir = ini_get('upload_progress_meter.file.filename_template');
-$pgtitle = "System: Firmware";
+$pgtitle = "System: Firmware: Manual Update";
include("head.inc");
?>
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index f7eb4cb..4034b64 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -35,7 +35,7 @@ if(isset($config['system']['disablefirmwarecheck']))
Header("Location: system_firmware.php");
$versions = check_firmware_version();
-$pgtitle = "System: Auto Update";
+$pgtitle = "System: Firmware: Auto Update";
include("head.inc");
?>
OpenPOWER on IntegriCloud