From 94656ba5ead3a8b92ae07c412e2f0d92150995d6 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 3 Jul 2005 19:51:40 +0000 Subject: Fix page titles --- usr/local/www/system_firmware.php | 2 +- usr/local/www/system_firmware_check.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local') 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"); ?> -- cgit v1.1