]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Supprime warnings
authoreldy <>
Sat, 6 May 2006 12:25:47 +0000 (12:25 +0000)
committereldy <>
Sat, 6 May 2006 12:25:47 +0000 (12:25 +0000)
wwwroot/cgi-bin/awstats.pl

index 80f7905620d3ef75d60f7b4a90597bda9adf4612..96e0ceda6699cc01e2d1d28dd7fad896a553e7fb 100644 (file)
@@ -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;