]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: Exclude robots.txt from download view.
authoreldy <>
Wed, 17 Oct 2012 09:22:48 +0000 (09:22 +0000)
committereldy <>
Wed, 17 Oct 2012 09:22:48 +0000 (09:22 +0000)
Fix: Add download view into awstats_buildstaticpages.pl script

tools/awstats_buildstaticpages.pl

index 0f65fda95a1f7cf946f465311f451bd5f436b3b9..38c0e077c99f56d162ac244be4b1e3c47056d38f 100644 (file)
@@ -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;
        }