summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 15:55:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 15:55:54 +0000
commita3c819513d14403011caa33c68f3feb0bdf18a15 (patch)
tree0bc789cc100a3f7e3ba2d2f765cf3065fb492781 /usr/local/www/index.php
parent0912dd26dd7b6ab379350995782942fd9b0cc09d (diff)
downloadpfsense-a3c819513d14403011caa33c68f3feb0bdf18a15.zip
pfsense-a3c819513d14403011caa33c68f3feb0bdf18a15.tar.gz
Missing ]
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 d7a9067..90436fd 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") and $g['platform'] <> "cdrom") {
conf_mount_rw();
unlink("/trigger_initial_wizard");
conf_mount_ro();
OpenPOWER on IntegriCloud