From: eldy <> Date: Wed, 17 Oct 2012 09:22:48 +0000 (+0000) Subject: Fix: Exclude robots.txt from download view. X-Git-Tag: AWSTATS_7_1_BETA3~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7095b9c5d28ce977a818f0fd3ef5a71e9fe7d39c;p=thirdparty%2FAWStats.git Fix: Exclude robots.txt from download view. Fix: Add download view into awstats_buildstaticpages.pl script --- diff --git a/tools/awstats_buildstaticpages.pl b/tools/awstats_buildstaticpages.pl index 0f65fda9..38c0e077 100644 --- a/tools/awstats_buildstaticpages.pl +++ b/tools/awstats_buildstaticpages.pl @@ -234,6 +234,7 @@ sub Parse_Config { if ( $param =~ /^LoadPlugin/ ) { push @PluginsToLoad, $value; next; } # If parameters was not found previously, defined variable with name of param to value + print $param."-".$value."\n"; $$param=$value; }