summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-04-25 18:50:21 -0500
committerChris Buechler <cmb@pfsense.org>2016-04-25 19:12:38 -0500
commitd5ba66fa00927f3af8a5b508ed0e309848a4d1ca (patch)
tree1c31ab1f76dff874f0fddf9fdd9af65158db75b7 /src
parentf5ee7cfd7c2e3f9e7383fb41c47f77bad3507cfc (diff)
downloadpfsense-d5ba66fa00927f3af8a5b508ed0e309848a4d1ca.zip
pfsense-d5ba66fa00927f3af8a5b508ed0e309848a4d1ca.tar.gz
localip and gateway aren't used when type is PPP, remove here. Ticket #6264
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces_ppps_edit.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_ppps_edit.php b/src/usr/local/www/interfaces_ppps_edit.php
index 4d282bd..2887252 100644
--- a/src/usr/local/www/interfaces_ppps_edit.php
+++ b/src/usr/local/www/interfaces_ppps_edit.php
@@ -396,8 +396,6 @@ if (isset($_POST) && is_array($_POST) && count($_POST) > 0) {
}
$ppp['phone'] = $_POST['phone'];
- $ppp['localip'] = implode(',', $port_data['localip']);
- $ppp['gateway'] = implode(',', $port_data['gateway']);
if (!empty($_POST['connect-timeout'])) {
$ppp['connect-timeout'] = $_POST['connect-timeout'];
} else {
OpenPOWER on IntegriCloud