summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-11 12:38:00 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-11 12:39:11 +0000
commit2ca50c87df75ce30e135cfcf1c2d056403a61c47 (patch)
tree3f4ab905e74ade22fd8a4f15771bb71c7c40b59e /usr/local/www/wizard.php
parent69d2ad7733cb590a5910c89d83786272b25552b2 (diff)
downloadpfsense-2ca50c87df75ce30e135cfcf1c2d056403a61c47.zip
pfsense-2ca50c87df75ce30e135cfcf1c2d056403a61c47.tar.gz
Improve wizard by adding more steps and cleaness.
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 6915523..5991c66 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -78,6 +78,9 @@ $title = $pkg['step'][$stepid]['title'];
$description = $pkg['step'][$stepid]['description'];
$totalsteps = $pkg['totalsteps'];
+if ($pkg['includefile'])
+ require_once($pkg['includefile']);
+
if ($pkg['step'][$stepid]['includefile'])
require_once($pkg['step'][$stepid]['includefile']);
OpenPOWER on IntegriCloud