summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/services_dhcp.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 1c3fcbf..a582c0f 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -151,14 +151,12 @@ if ($_POST) {
if ($_POST['wins2'])
$config['dhcpd'][$if]['winsserver'][] = $_POST['wins2'];
- if ($_POST['dns1']) {
- unset($config['dhcpd'][$if]['dnsserver']);
+ unset($config['dhcpd'][$if]['dnsserver']);
+
+ if ($_POST['dns1'])
$config['dhcpd'][$if]['dnsserver'][] = $_POST['dns1'];
- }
- if ($_POST['dns2']) {
+ if ($_POST['dns2'])
$config['dhcpd'][$if]['dnsserver'][] = $_POST['dns2'];
- }
-
$config['dhcpd'][$if]['gateway'] = $_POST['gateway'];
OpenPOWER on IntegriCloud