summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-11 16:47:21 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-11 16:47:21 +0000
commit19142256b8402c2302aec9cdd8581baa2766bb5f (patch)
treee59108b8bffad9e4acd408ed3aa68b510a0147d4 /usr/local/www/wizards
parent59ca095446f8aeebd898e57b461111f423b06a85 (diff)
downloadpfsense-19142256b8402c2302aec9cdd8581baa2766bb5f.zip
pfsense-19142256b8402c2302aec9cdd8581baa2766bb5f.tar.gz
Add globals vars.
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/openvpn_wizard.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.inc b/usr/local/www/wizards/openvpn_wizard.inc
index 00bfaa7..02d2fa7 100644
--- a/usr/local/www/wizards/openvpn_wizard.inc
+++ b/usr/local/www/wizards/openvpn_wizard.inc
@@ -16,7 +16,7 @@ function step1_submitphpaction() {
}
function step2_stepbeforeformdisplay() {
- global $pkg;
+ global $pkg, $stepid;
$fields =& $pkg['step'][1]['fields']['field'];
@@ -64,7 +64,7 @@ function step3_submitphpaction() {
}
function step4_stepbeforeformdisplay() {
- global $pkg;
+ global $pkg, $stepid;
$fields =& $pkg['step'][3]['fields']['field'];
OpenPOWER on IntegriCloud