summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 0d60bbf..e228df7 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -29,6 +29,11 @@
POSSIBILITY OF SUCH DAMAGE.
*/
+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");
+}
+
require("guiconfig.inc");
/* find out whether there's hardware encryption (hifn) */
OpenPOWER on IntegriCloud