summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-14 22:18:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-14 22:18:32 +0000
commit1abb04ea3427daffac96b24432fdfa10b8ceb520 (patch)
tree155542c2d79e34409b4684bd651de297d8c3f76e /usr
parent559373e892ee98583097111905bca623a729e7ec (diff)
downloadpfsense-1abb04ea3427daffac96b24432fdfa10b8ceb520.zip
pfsense-1abb04ea3427daffac96b24432fdfa10b8ceb520.tar.gz
/ -> /conf/
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 6911cc1..fc12bfe 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -63,10 +63,10 @@
## User recently restored his config.
## If packages are installed lets resync
- if(file_exists('/needs_package_sync')) {
+ if(file_exists('/conf/needs_package_sync')) {
if($config['installedpackages'] <> '') {
conf_mount_rw();
- unlink('/needs_package_sync');
+ unlink('/conf/needs_package_sync');
header('Location: pkg_mgr_install.php?mode=reinstallall');
exit;
}
@@ -75,9 +75,9 @@
## If it is the first time webGUI has been
## accessed since initial install show this stuff.
- if(file_exists('/trigger_initial_wizard')) {
+ if(file_exists('/conf/trigger_initial_wizard')) {
conf_mount_rw();
- unlink('/trigger_initial_wizard');
+ unlink('/conf/trigger_initial_wizard');
conf_mount_ro();
$pgtitle = 'pfSense first time setup';
OpenPOWER on IntegriCloud