]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Sat, 29 Jun 2002 11:17:24 +0000 (11:17 +0000)
committereldy <>
Sat, 29 Jun 2002 11:17:24 +0000 (11:17 +0000)
wwwroot/cgi-bin/awstats.pl

index cf93a4de03e72d056474471353535f0191d0aa90..92c4cacbc4b163204d4b07121cec998abe695fcb 100644 (file)
@@ -948,7 +948,7 @@ sub Read_Ref_Data {
        my %FilePath=();
        my @FileListToLoad=();
        push @FileListToLoad, "browsers.pm";
-       if ($HTMLOutput) { push @FileListToLoad, "domains.pm"; }        # Used only when HTML output required
+       push @FileListToLoad, "domains.pm";
        push @FileListToLoad, "operating_systems.pm";
        push @FileListToLoad, "robots.pm";
        push @FileListToLoad, "search_engines.pm";