diff --git a/files/www/cgi-bin/ports b/files/www/cgi-bin/ports index 43ee086e..9931028d 100755 --- a/files/www/cgi-bin/ports +++ b/files/www/cgi-bin/ports @@ -1187,7 +1187,9 @@ function print_services() end for i = 1,parms.dhcp_num do - html.print("") + if parms["dhcp" .. i .. "_noprop"] ~= "#NOPROP" then + html.print("") + end end html.print("") else