]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Sat, 14 Sep 2002 17:35:25 +0000 (17:35 +0000)
committereldy <>
Sat, 14 Sep 2002 17:35:25 +0000 (17:35 +0000)
wwwroot/cgi-bin/plugins/readgz.pm [deleted file]

diff --git a/wwwroot/cgi-bin/plugins/readgz.pm b/wwwroot/cgi-bin/plugins/readgz.pm
deleted file mode 100644 (file)
index 647793d..0000000
+++ /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