diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi index ae7d4efa2..d35bc4eab 100755 --- a/html/cgi-bin/dns.cgi +++ b/html/cgi-bin/dns.cgi @@ -168,7 +168,7 @@ if (($cgiparams{'SERVERS'} eq $Lang::tr{'save'}) || ($cgiparams{'SERVERS'} eq $L # The first allowed id is 3 to keep space for # possible ISP assigned DNS servers. - if ($id le "2") { + if ($id <= "2") { $id = "3"; } }