]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Add meta tag "generator" to add version of awstats and config file used inside report...
authoreldy <>
Sun, 9 May 2004 14:00:57 +0000 (14:00 +0000)
committereldy <>
Sun, 9 May 2004 14:00:57 +0000 (14:00 +0000)
wwwroot/cgi-bin/awstats.pl

index ae4a03c3062c2a486d71c6a889fa28c8efa3910f..a245279e465aaa4c1e52e6e6573807041a174b5f 100644 (file)
@@ -556,6 +556,9 @@ sub html_head {
                        print "<html lang='$Lang'".($PageDir?" dir='rtl'":"").">\n";
                }
                print "<head>\n";
+        print "<meta name=\"generator\" content=\"AWStats $VERSION from config file awstats.$SiteConfig.conf (http://awstats.sourceforge.net)\" />\n";
                if ($MetaRobot) { print "<meta name=\"robots\" content=\"".($FrameName eq 'mainleft'?'no':'')."index,nofollow\" />\n"; }
                else { print "<meta name=\"robots\" content=\"noindex,nofollow\" />\n"; }