MM-5521 remove unused file

This commit is contained in:
Mike Steinmetz
2020-04-23 15:21:20 +02:00
parent edb9a43a89
commit 1de9374711

View File

@ -14,7 +14,6 @@ if ($in{'delete'}) {
}
else {
# saving or updating a host
$whatfailed = "Failed to save host";
&check_ipaddress_any($in{'address'}) ||
&error("'".&html_escape($in{'address'})."' is not a valid IP address");
@h = split(/\s+/, $in{'hosts'});