summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 19:51:40 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 19:51:40 +0000
commit94656ba5ead3a8b92ae07c412e2f0d92150995d6 (patch)
treeadb1719d2baaa2979f867200c0355e96bfdf8a64 /usr/local
parentb30cacb2b701f37375d23d57b50350b06ca4e88f (diff)
downloadpfsense-94656ba5ead3a8b92ae07c412e2f0d92150995d6.zip
pfsense-94656ba5ead3a8b92ae07c412e2f0d92150995d6.tar.gz
Fix page titles
Diffstat (limited to 'usr/local')
-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