summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-30 00:40:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-30 00:40:58 +0000
commitebd65ea5993a6c8c1c97795647459aa6c791b2c7 (patch)
treea168746c5d191b3a8ed0a1b8f8bd42260bea7384 /usr/local/www/system_firmware_settings.php
parent34e3986b5e2be1a7ee9a27a3e99e9b6c01ec7602 (diff)
downloadpfsense-ebd65ea5993a6c8c1c97795647459aa6c791b2c7.zip
pfsense-ebd65ea5993a6c8c1c97795647459aa6c791b2c7.tar.gz
Remove array.
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 cafd787..3582a81 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 = "System: Firmware: Settings";
include("head.inc");
exec("fetch -q -o /tmp/manifest \"{$g['update_manifest']}\"");
OpenPOWER on IntegriCloud