summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-16 00:58:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-16 00:58:00 +0000
commit28b1cc3940de1410ebc5fa868337e6e802b08e3c (patch)
treeaebffbc9b6e59ba035671ff73b44b21e96e87495 /usr/local/www/index.php
parentd88c6a9fdfb0a872dadfb90a8f93ba16714240b8 (diff)
downloadpfsense-28b1cc3940de1410ebc5fa868337e6e802b08e3c.zip
pfsense-28b1cc3940de1410ebc5fa868337e6e802b08e3c.tar.gz
Switch over to array style page titles. Obtained-from: m0n0wall
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index ec996a3..aa5593c 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -394,7 +394,7 @@ EOD;
$closehead = false;
## Set Page Title and Include Header
-$pgtitle = "pfSense webConfigurator";
+$pgtitle = array("pfSense webConfigurator");
include("head.inc");
OpenPOWER on IntegriCloud