From: eldy <> Date: Sat, 14 Aug 2004 17:29:06 +0000 (+0000) Subject: Fix typo X-Git-Tag: AWSTATS_6_3_RELEASE~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a113318151e2d9f0a418aecf7c8320d18f0fbc6a;p=thirdparty%2FAWStats.git Fix typo --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 4bdf0290..06d286ee 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -7130,7 +7130,7 @@ END_ERROR_TEXT my $bold=($ENV{'GATEWAY_INTERFACE'}?'':''); my $unbold=($ENV{'GATEWAY_INTERFACE'}?'':''); my $br=($ENV{'GATEWAY_INTERFACE'}?'
':''); - truncate(LOG,0) || warning("Warning: $bold$PROG$unbold couldn't purge logfile \"$bold$LogFile$unbold\".$br\nChange your logfile permissions to allow write for your web server CGI process or change PurgeLogFile=1 into PurgeLogFile=0 in configure file and think to purge sometines manually your logfile (just after running an update process to not loose any not already processed records your log file contains)."); + truncate(LOG,0) || warning("Warning: $bold$PROG$unbold couldn't purge logfile \"$bold$LogFile$unbold\".$br\nChange your logfile permissions to allow write for your web server CGI process or change PurgeLogFile=1 into PurgeLogFile=0 in configure file and think to purge sometimes manually your logfile (just after running an update process to not loose any not already processed records your log file contains)."); } close(LOG); }