]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: Add option MetaRobot
authoreldy <>
Sun, 6 Apr 2008 14:30:15 +0000 (14:30 +0000)
committereldy <>
Sun, 6 Apr 2008 14:30:15 +0000 (14:30 +0000)
wwwroot/cgi-bin/awstats.pl

index ad85e5a8e3c603c292f053c822259e0815acfd94..307238f26b34c28e05a44289225d9fbc3f3a78e5 100644 (file)
@@ -70,7 +70,7 @@ $RunAsCli = $UpdateFor = $HeaderHTTPSent = $HeaderHTMLSent = 0;
 $LastLine = $LastLineNumber = $LastLineOffset = $LastLineChecksum = $LastUpdate = 0;
 $lowerval = 0;
 $PluginMode = '';
-$MetaRobot = 1;
+$MetaRobot = 0;
 $TotalUnique = $TotalVisits = $TotalHostsKnown = $TotalHostsUnknown = 0;
 $TotalPages = $TotalHits = $TotalBytes = 0;
 $TotalNotViewedPages = $TotalNotViewedHits = $TotalNotViewedBytes = 0;