WIO: code cleanup

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Stephan Feddersen
2020-08-04 21:31:13 +02:00
committed by Michael Tremer
parent 159cab272a
commit 48aae162c6

View File

@@ -21,7 +21,7 @@
# #
###############################################################################
#
# Version: 2020/06/01 13:29:23
# Version: 2020/08/04 21:12:23
#
# This wio.cgi is based on the code from the IPCop WIO Addon
# and is extremly adapted to work with IPFire.
@@ -1535,7 +1535,6 @@ my $dotip = length($ipaddresses[$a]) - rindex($ipaddresses[$a],'.');
}
else {
print"<td align='center' height='20'><img src='$imgstatic/$devs_img[$in]' alt='$Lang::tr{$devs_alt[$in]}' title='$Lang::tr{$devs_alt[$in]}' /></td>";
}
last SWITCH;
}