From: eldy <> Date: Sat, 6 May 2006 12:25:47 +0000 (+0000) Subject: Supprime warnings X-Git-Tag: AWSTATS_6_6_BETA~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395dca49ae86a8fa7ee35be01c0659830eb7f561;p=thirdparty%2FAWStats.git Supprime warnings --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 80f79056..96e0ceda 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -10,8 +10,8 @@ require 5.005; #$|=1; -use warnings; # Must be used in test mode only. This reduce a little process speed -use diagnostics; # Must be used in test mode only. This reduce a lot of process speed +#use warnings; # Must be used in test mode only. This reduce a little process speed +#use diagnostics; # Must be used in test mode only. This reduce a lot of process speed use strict;no strict "refs"; use Time::Local; # use Time::Local 'timelocal_nocheck' is faster but not supported by all Time::Local modules use Socket;