From 4ca23d43f7adbd5dff6c6132852cb03c96c1af65 Mon Sep 17 00:00:00 2001 From: eldy <> Date: Sat, 14 Sep 2002 17:35:25 +0000 Subject: [PATCH] Updated documentation. --- wwwroot/cgi-bin/plugins/readgz.pm | 44 ------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 wwwroot/cgi-bin/plugins/readgz.pm 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 -- 2.47.3