summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 16:26:40 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 16:26:40 +0000
commit931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d (patch)
tree9a1362fba73cdf1f30ab9c011f5f5e6dbfbc6298 /usr/local/www/index.php
parentf726d710a8299b194567b32406fabcbec1814f92 (diff)
downloadpfsense-931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d.zip
pfsense-931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d.tar.gz
Use $pgtitle
Fix assign/vlan tabs (backwards)
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index d66d1f4..03093f6 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -54,6 +54,7 @@ if(file_exists("/trigger_initial_wizard")) {
unlink("/trigger_initial_wizard");
conf_mount_ro();
+$pgtitle = "pfSense first time setup";
include("head.inc");
?>
@@ -382,4 +383,4 @@ While(!Connection_Aborted()) {
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud