summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-19 22:28:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-19 22:28:51 +0000
commit2b757be5e37f171c296fe93d836c81bb60cd304b (patch)
treeca97904ba5b693a0cc93da52d521fc2055e9beeb /usr
parent34b5c5a0000311d9c431309141be3f4798717e30 (diff)
downloadpfsense-2b757be5e37f171c296fe93d836c81bb60cd304b.zip
pfsense-2b757be5e37f171c296fe93d836c81bb60cd304b.tar.gz
Wizard.xml -> wizard.php
Diffstat (limited to 'usr')
-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 19d38b2..3ae2c4b 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -33,7 +33,7 @@
if(file_exists("/usr/local/www/trigger_initial_wizard")) {
system("rm /usr/local/www/trigger_initial_wizard");
- header("Location: wizard.xml?xml=setup_wizard.xml");
+ header("Location: wizard.php?xml=setup_wizard.xml");
}
require("guiconfig.inc");
OpenPOWER on IntegriCloud