From: eldy <> Date: Sat, 14 Sep 2002 17:35:25 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_5_0_BETA~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca23d43f7adbd5dff6c6132852cb03c96c1af65;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/wwwroot/cgi-bin/plugins/readgz.pm b/wwwroot/cgi-bin/plugins/readgz.pm deleted file mode 100644 index 647793df..00000000 --- a/wwwroot/cgi-bin/plugins/readgz.pm +++ /dev/null @@ -1,44 +0,0 @@ -#!/usr/bin/perl -#----------------------------------------------------------------------------- -# ReadGZ AWStats plugin -# Allow AWStats to read gz files -#----------------------------------------------------------------------------- -# Perl Required Modules: Compress::Zlib -#----------------------------------------------------------------------------- -# $Revision$ - $Author$ - $Date$ - - -use Compress::Zlib; -$Plugin_readgz=1; - - - -#----------------------------------------------------------------------------- -# PLUGIN GLOBAL VARIABLES -#----------------------------------------------------------------------------- -#... - - -#----------------------------------------------------------------------------- -# PLUGIN Init_pluginname FUNCTION -#----------------------------------------------------------------------------- -sub Init_readgz { - return 1; -} - - -#----------------------------------------------------------------------------- -# PLUGIN ShowField_pluginname FUNCTION -#----------------------------------------------------------------------------- -#... - - - -#----------------------------------------------------------------------------- -# PLUGIN Filter_pluginname FUNCTION -#----------------------------------------------------------------------------- -#... - - - -1; # Do not remove this line