summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 3663e21..884ab4c 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -175,7 +175,7 @@ if ($_POST) {
$input_errors[] = gettext("The domain may only contain the characters a-z, 0-9, '-' and '.'.");
}
- $ignore_posted_dnsgw = array();
+ $dnslist = $ignore_posted_dnsgw = array();
for ($dnscounter=1; $dnscounter<5; $dnscounter++) {
$dnsname="dns{$dnscounter}";
OpenPOWER on IntegriCloud