From c724524e2e9a0a5498ca7e29db8d1ec80a2a73af Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 12 Feb 2018 15:38:25 +0100 Subject: [PATCH] ids.cgi: Drop loading of File::Copy module. This is not required, at any time by the script. Signed-off-by: Stefan Schantl --- html/cgi-bin/ids.cgi | 1 - 1 file changed, 1 deletion(-) 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"; -- 2.39.5