Changes of Revision 3
[-] [+] | Added | awstats-6.6-feature.patch |
@@ -0,0 +1,11 @@ +--- wwwroot/cgi-bin/awstats.pl ++++ wwwroot/cgi-bin/awstats.pl +@@ -6169,7 +6169,7 @@ + + # Open log file + if ($Debug) { debug("Open log file \"$LogFile\""); } +- open(LOG,"<$LogFile") || error("Couldn't open server log file \"$LogFile\" : $!"); ++ open(LOG,"$LogFile") || error("Couldn't open server log file \"$LogFile\" : $!"); + binmode LOG; # Avoid premature EOF due to log files corrupted with \cZ or bin chars + + # Define local variables for loop scan |