From: eldy <> Date: Sat, 15 May 2004 11:25:58 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_6_1_BETA^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5564eaf02dd71491bed71a04507b185df05dcfa5;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index a245279e..fbc84f9a 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -823,7 +823,7 @@ sub error { print "${tagbr}\n"; } else { print "${tagbr}${tagbold}Setup (".($FileConfig?"'".$FileConfig."'":"Config")." file, web server or permissions) may be wrong.${tagunbold}${tagbr}\n"; } - print "See AWStats documentation in 'docs' directory to know how to setup $PROG.\n"; + print "Check config file, permissions and AWStats documentation (in 'docs' directory).\n"; } # Remove lock if not a lock message if ($EnableLockForUpdate && $message !~ /lock file/) { &Lock_Update(0); }