summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-26 22:16:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-26 22:16:49 +0000
commiteaa86e453946f8dd9e5c4839c13cd19cca145348 (patch)
treeeca46ad3888491e5d7bde64ea14bd39d0e6aa541
parent4849c3efa0723dc04bc940095295f762ba425977 (diff)
downloadpfsense-eaa86e453946f8dd9e5c4839c13cd19cca145348.zip
pfsense-eaa86e453946f8dd9e5c4839c13cd19cca145348.tar.gz
Do not use an array for page title.
-rw-r--r--usr/local/www/firewall_system_tunables.php2
-rw-r--r--usr/local/www/firewall_system_tunables_edit.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_system_tunables.php b/usr/local/www/firewall_system_tunables.php
index 17f75a8..90b1809 100644
--- a/usr/local/www/firewall_system_tunables.php
+++ b/usr/local/www/firewall_system_tunables.php
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = array("Firewall","System Tunables");
+$pgtitle = "Firewall: System: Tunables";
require("guiconfig.inc");
diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php
index 17ea2e9..3677bca 100644
--- a/usr/local/www/firewall_system_tunables_edit.php
+++ b/usr/local/www/firewall_system_tunables_edit.php
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = array("Firewall","System Tunables","Edit");
+$pgtitle = "Firewall: System Tunables: Edit";
require("guiconfig.inc");
if (!is_array($config['sysctl']['item'])) {
OpenPOWER on IntegriCloud