No need for subnets config
authorJamie Cameron <jcameron@webmin.com>
Thu, 24 Jan 2008 22:05:59 +0000 (22:05 +0000)
committerJamie Cameron <jcameron@webmin.com>
Thu, 24 Jan 2008 22:05:59 +0000 (22:05 +0000)
dhcp-dns/config.info
dhcp-dns/index.cgi

index 1a1ca10..19641fa 100644 (file)
@@ -1,3 +1,2 @@
 domain=DNS domain for hosts,0
 rev=DNS domain for IP addresses,0
-subnets=DHCP subnets for hosts<br>(In network/netmask format),0
index f2cf915..473989c 100644 (file)
@@ -17,9 +17,6 @@ if (!&foreign_installed("dhcpd", 1)) {
 if (!$config{'domain'}) {
        &ui_print_endpage(&text('index_edomain', "../config.cgi?$module_name"));
        }
-if (!$config{'subnets'}) {
-       &ui_print_endpage(&text('index_esubnets',"../config.cgi?$module_name"));
-       }
 ($fn, $recs) = &get_dns_zone();
 if (!$fn) {
        &ui_print_endpage(&text('index_edomain2', "../config.cgi?$module_name",