summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-30 00:33:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-30 00:33:20 +0000
commit704c6182acf4f5c18fc9bdc5451d3d549385a422 (patch)
treedbcbd103a6e6d7363dcf965fabd48bc4c9746124 /usr/local/www/system_firmware_settings.php
parent6d2c42d1b55090643193a3c265c6ea607f944e02 (diff)
downloadpfsense-704c6182acf4f5c18fc9bdc5451d3d549385a422.zip
pfsense-704c6182acf4f5c18fc9bdc5451d3d549385a422.tar.gz
Page titles are not arrays in 1.2.
Diffstat (limited to 'usr/local/www/system_firmware_settings.php')
-rwxr-xr-xusr/local/www/system_firmware_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index a1000be..cafd787 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -47,7 +47,7 @@ if ($_POST) {
$curcfg = $config['system']['firmware'];
-$pgtitle = array("System","Firmware","Settings");
+$pgtitle = array("System: Firmware: Settings");
include("head.inc");
exec("fetch -q -o /tmp/manifest \"{$g['update_manifest']}\"");
OpenPOWER on IntegriCloud