Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
awstats
> awstats-6.8-feature.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File awstats-6.8-feature.patch of Package awstats
--- 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