]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix wrong name of generated pages for unknownos and unknownbrowser page.
authoreldy <>
Sat, 23 Aug 2003 09:45:21 +0000 (09:45 +0000)
committereldy <>
Sat, 23 Aug 2003 09:45:21 +0000 (09:45 +0000)
tools/awstats_buildstaticpages.pl

index b34a8e9bdd98f55b9acd4aeffe62c6919a9f817c..6f2bf696d9c497ce290c2634b1546cd7dbc232a4 100644 (file)
@@ -315,8 +315,8 @@ if ($ShowSessionsStats) { push @OutputList,'session'; }
 if ($ShowPagesStats) { push @OutputList,'urldetail'; push @OutputList,'urlentry'; push @OutputList,'urlexit'; }
 if ($ShowFileTypesStats) { push @OutputList,'filetypes'; }
 #if ($ShowFileSizesStats) { push @OutputList,'filesize'; }
-if ($ShowOSStats) { push @OutputList,'osdetail'; push @OutputList,'unkownos'; }
-if ($ShowBrowsersStats) { push @OutputList,'browserdetail'; push @OutputList,'unkownbrowser'; }
+if ($ShowOSStats) { push @OutputList,'osdetail'; push @OutputList,'unknownos'; }
+if ($ShowBrowsersStats) { push @OutputList,'browserdetail'; push @OutputList,'unknownbrowser'; }
 if ($ShowScreenSizeStats) { push @OutputList,'screensize'; }
 if ($ShowOriginStats) { push @OutputList,'refererse'; push @OutputList,'refererpages'; }
 if ($ShowKeyphrasesStats) { push @OutputList,'keyphrases'; }