summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-26 10:23:39 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-26 10:23:39 -0400
commit8364c00d70933f7999fb6c520f5540f71af3247b (patch)
treec712e14d1ed33ff5cab82b71c80f743ea081ad04 /src
parentde2a20a945e41c893dec68f1d66ac2417b07f1db (diff)
parent2aaa473e4fab47d1a4f704ebb568f88d59b7ec3e (diff)
downloadpfsense-8364c00d70933f7999fb6c520f5540f71af3247b.zip
pfsense-8364c00d70933f7999fb6c520f5540f71af3247b.tar.gz
Merge pull request #2912 from phil-davis/patch-4
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_captiveportal_ip_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/services_captiveportal_ip_edit.php b/src/usr/local/www/services_captiveportal_ip_edit.php
index 5a7b48d..7b3930c 100644
--- a/src/usr/local/www/services_captiveportal_ip_edit.php
+++ b/src/usr/local/www/services_captiveportal_ip_edit.php
@@ -113,6 +113,7 @@ $a_allowedips =& $config['captiveportal'][$cpzone]['allowedip'];
if (isset($id) && $a_allowedips[$id]) {
$pconfig['ip'] = $a_allowedips[$id]['ip'];
$pconfig['sn'] = $a_allowedips[$id]['sn'];
+ $pconfig['dir'] = $a_allowedips[$id]['dir'];
$pconfig['bw_up'] = $a_allowedips[$id]['bw_up'];
$pconfig['bw_down'] = $a_allowedips[$id]['bw_down'];
$pconfig['descr'] = $a_allowedips[$id]['descr'];
OpenPOWER on IntegriCloud