summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-16 13:47:34 -0300
committerRenato Botelho <renato@netgate.com>2015-09-16 13:47:34 -0300
commit93162f591788a948ddcfeb9fefa5f1a1d4064018 (patch)
treecd0a9d7f76740a5f68576bb9de4e3148d89b7548 /src
parentbca536077c5efc91075e7da0da17eed741cf1940 (diff)
parenta344af885cfff0df3208ffa25e3e5c271c6c0b09 (diff)
downloadpfsense-93162f591788a948ddcfeb9fefa5f1a1d4064018.zip
pfsense-93162f591788a948ddcfeb9fefa5f1a1d4064018.tar.gz
Merge pull request #1899 from phil-davis/patch-2
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index c6ca821..ddde649 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2754,13 +2754,13 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_IpAddress(
'pptp_local',
'Local IP address',
- $pconfig['pptp_local']
+ $pconfig['pptp_local'][0]
))->addMask('pptp_subnet', $pconfig['pptp_subnet'][0]);
$section->addInput(new Form_IpAddress(
'pptp_remote',
'Remote IP address',
- $pconfig['pptp_remote']
+ $pconfig['pptp_remote'][0]
));
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud