summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-21 23:26:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-21 23:26:30 +0000
commit1444dfef0bf6a6d70055e9cc5a6e4007038508e0 (patch)
tree17fe272e5f1af512b05e91764b7a2aced3d25be2 /usr/local/www/index.php
parent4066776d45503fc16f19b78c7dd90c726f2d5e00 (diff)
downloadpfsense-1444dfef0bf6a6d70055e9cc5a6e4007038508e0.zip
pfsense-1444dfef0bf6a6d70055e9cc5a6e4007038508e0.tar.gz
Remove wizard trigger file after inital setup, not in first index.php item
Ticket #984
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 34790c7..31d56c0 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -77,9 +77,6 @@
## If it is the first time webGUI has been
## accessed since initial install show this stuff.
if(file_exists('/conf/trigger_initial_wizard')) {
- conf_mount_rw();
- unlink('/conf/trigger_initial_wizard');
- conf_mount_ro();
$pgtitle = 'pfSense first time setup';
include('head.inc');
OpenPOWER on IntegriCloud