From: eldy <> Date: Sun, 9 Oct 2005 14:42:36 +0000 (+0000) Subject: Fixed: [ 1305959 ] awstats-6.5 : awstats.pl parsing conf X-Git-Tag: AWSTATS_6_5_BETA_2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309c2d892061db8fa61c025e90dc2c3b0fb6aa82;p=thirdparty%2FAWStats.git Fixed: [ 1305959 ] awstats-6.5 : awstats.pl parsing conf --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index af98e955..981f2261 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -1291,7 +1291,7 @@ sub Parse_Config { } next; } - if ($param =~ /^SkipReferrersBlackList/) { + if ($param =~ /^SkipReferrersBlackList/ && $value) { open (BLACKLIST, "<$value") || die "Failed to open blacklist: $!\n"; while () { chomp;