summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-07-05 10:33:30 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-07-05 10:33:30 -0300
commit42f634a0747a88aff0035a61b0d57cb10ed9603d (patch)
treeb72ca9d4e9a08fa5af2d4cfbac43673091801c38 /usr/local/www/interfaces.php
parent2f5cfc8580a9ea7ced5e47edc9a7e987c21db490 (diff)
parentfc4d562bd390b1387574bb9bdb27ebdf1f933fd7 (diff)
downloadpfsense-42f634a0747a88aff0035a61b0d57cb10ed9603d.zip
pfsense-42f634a0747a88aff0035a61b0d57cb10ed9603d.tar.gz
Merge remote branch 'mainline/master'
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 9ed372b..81f3694 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -492,7 +492,8 @@ if ($_POST) {
unset($wancfg['provider']);
unset($wancfg['ondemand']);
unset($wancfg['timeout']);
- unset($wancfg['pppoe']['pppoe-reset-type']);
+ if (isset($wancfg['pppoe']['pppoe-reset-type']))
+ unset($wancfg['pppoe']['pppoe-reset-type']);
unset($wancfg['local']);
unset($wancfg['subnet']);
unset($wancfg['remote']);
OpenPOWER on IntegriCloud