]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ids.cgi: Drop loading of File::Copy module.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 12 Feb 2018 14:38:25 +0000 (15:38 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 26 Jul 2018 09:53:24 +0000 (11:53 +0200)
This is not required, at any time by the script.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ids.cgi

index 917cf29932d849ff7d5e72913ff0162646371571..656ed2d9b79d06841025d2237935bb1ae7e92b26 100644 (file)
@@ -24,7 +24,6 @@ use strict;
 # enable only the following on debugging purpose
 #use warnings;
 #use CGI::Carp 'fatalsToBrowser';
-use File::Copy;
 
 require '/var/ipfire/general-functions.pl';
 require "${General::swroot}/lang.pl";