summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 19:18:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 19:18:27 +0000
commitb51f035c4968bf821e1b78d4d0680e75bed7c6fb (patch)
tree120a19c280a5f91c518b73ae11379e790718d5f3 /usr/local/www/index.php
parentf8b0075992221aba90bd33e75ba6d1ea2ff22231 (diff)
downloadpfsense-b51f035c4968bf821e1b78d4d0680e75bed7c6fb.zip
pfsense-b51f035c4968bf821e1b78d4d0680e75bed7c6fb.tar.gz
Run the wizard now even for cdrom platforms, we eliminated the needed reboot step in the wizard.
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 90436fd..402c878 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -50,7 +50,7 @@ if(file_exists("/needs_package_sync")) {
}
}
-if(file_exists("/trigger_initial_wizard") and $g['platform'] <> "cdrom") {
+if(file_exists("/trigger_initial_wizard")) {
conf_mount_rw();
unlink("/trigger_initial_wizard");
conf_mount_ro();
OpenPOWER on IntegriCloud