]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Wed, 19 Dec 2001 21:56:26 +0000 (21:56 +0000)
committereldy <>
Wed, 19 Dec 2001 21:56:26 +0000 (21:56 +0000)
wwwroot/cgi-bin/awstats.pl
wwwroot/cgi-bin/log.dtd [deleted file]

index 8ff5e6df2e19cd6a93a8ced212c999f596449265..b5cd95f25ea35cfd3ea271a0e7bd1138edd34f11 100644 (file)
@@ -93,7 +93,7 @@ $color_h, $color_k, $color_link, $color_p, $color_s, $color_u, $color_v, $color_
 %monthlib = %monthnum = ();
 
 
-$VERSION="3.2 (build 79)";
+$VERSION="3.2 (build 80)";
 $Lang="en";
 
 # Default value
@@ -410,7 +410,7 @@ sub DateIsValid {
 sub Read_Config_File {
        $FileConfig=""; $FileSuffix="";
        if (! $SiteConfig) { $SiteConfig=$ENV{"SERVER_NAME"}; }         # For backward compatibility
-       foreach my $dir ("$DIR","/etc/opt/awstats","/etc/awstats","/etc") {
+       foreach my $dir ("$DIR","/etc/opt/awstats","/etc/awstats","/etc","/usr/local/etc/awstats") {
                my $searchdir=$dir;
                if (($searchdir ne "") && (!($searchdir =~ /\/$/)) && (!($searchdir =~ /\\$/)) ) { $searchdir .= "/"; }
                if ($FileConfig eq "") { if (open(CONFIG,"$searchdir$PROG.$SiteConfig.conf")) { $FileConfig="$searchdir$PROG.$SiteConfig.conf"; $FileSuffix=".$SiteConfig"; } }
diff --git a/wwwroot/cgi-bin/log.dtd b/wwwroot/cgi-bin/log.dtd
deleted file mode 100644 (file)
index 7ecfb81..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<!ELEMENT log EMPTY>
-       <!ATTLIST log 
-               month CDATA #REQUIRED
-               year CDATA #REQUIRED >