From: eldy <>
Date: Sat, 16 Feb 2002 14:13:51 +0000 (+0000)
Subject: Better sanity check and error messages when using wrong reference database files...
X-Git-Tag: AWSTATS_4_0_BETA~110
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e33dfdecd1d8583c16525e5fb384346513b09cb;p=thirdparty%2FAWStats.git
Better sanity check and error messages when using wrong reference database files (os, browsers).
---
diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl
index a9ccaf84..e9b09434 100644
--- a/wwwroot/cgi-bin/awstats.pl
+++ b/wwwroot/cgi-bin/awstats.pl
@@ -126,7 +126,7 @@ $color_h, $color_k, $color_p, $color_s, $color_u, $color_v)=
-$VERSION="4.0 (build 23)";
+$VERSION="4.0 (build 24)";
$Lang="en";
# Default value
@@ -339,7 +339,7 @@ sub error {
if ($HTMLOutput) { print "
\n"; }
print "Setup (".($FileConfig?$FileConfig:"Config")." file, web server or permissions) may be wrong.\n";
if ($HTMLOutput) { print "
\n"; }
- print "See README.TXT for informations on how to setup $PROG.\n";
+ print "See AWStats documentation in 'docs' directory for informations on how to setup $PROG.\n";
}
if ($HTMLOutput) { print "