From: eldy <> Date: Sun, 9 May 2004 14:00:57 +0000 (+0000) Subject: Add meta tag "generator" to add version of awstats and config file used inside report... X-Git-Tag: AWSTATS_6_1_BETA~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a14811a40f8ea056d45203ef284d5db07fa766e1;p=thirdparty%2FAWStats.git Add meta tag "generator" to add version of awstats and config file used inside report page built. --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index ae4a03c3..a245279e 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -556,6 +556,9 @@ sub html_head { print "\n"; } print "\n"; + + print "\n"; + if ($MetaRobot) { print "\n"; } else { print "\n"; }