From: eldy <> Date: Sat, 29 Jun 2002 11:17:24 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_4_1_BETA~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600cfa3778434fff8d664b8c8565037d3095fcd9;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index cf93a4de..92c4cacb 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -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";