From 931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 3 Jul 2005 16:26:40 +0000 Subject: Use $pgtitle Fix assign/vlan tabs (backwards) --- usr/local/www/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/index.php') 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 +?> -- cgit v1.1