summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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