From: Stefan Schantl Date: Mon, 12 Feb 2018 14:38:25 +0000 (+0100) Subject: ids.cgi: Drop loading of File::Copy module. X-Git-Tag: suricata-beta3~33^2~39^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c724524e2e9a0a5498ca7e29db8d1ec80a2a73af;p=people%2Fstevee%2Fipfire-2.x.git ids.cgi: Drop loading of File::Copy module. This is not required, at any time by the script. Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 917cf29932..656ed2d9b7 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -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";