]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Sat, 26 Apr 2003 18:43:10 +0000 (18:43 +0000)
committereldy <>
Sat, 26 Apr 2003 18:43:10 +0000 (18:43 +0000)
wwwroot/cgi-bin/plugins/example/example.pm

index 210b4e3b47f85a7c808111f5a27460a50dadd763..bd85c13b623c41370fcc1672d6071646ed557996 100644 (file)
@@ -100,12 +100,24 @@ sub ShowPagesAddField_example {
 }
 
 #-----------------------------------------------------------------------------
-# PLUGIN FUNCTION: ReplaceURL_pluginname
+# PLUGIN FUNCTION: ShowURLInfo_pluginname
 # UNIQUE: NO (Several plugins using this function can be loaded)
 # Function called to add additionnal information for URLs in URLs' report.
 # Parameters: URL
 #-----------------------------------------------------------------------------
-sub ReplaceURL_urlalias {
+sub ShowURLInfo_example {
+       # <-----
+       # PERL CODE HERE
+       # ----->
+}
+
+#-----------------------------------------------------------------------------
+# PLUGIN FUNCTION: ShowUserInfo_pluginname
+# UNIQUE: NO (Several plugins using this function can be loaded)
+# Function called to add additionnal information for Users in users' report.
+# Parameters: User
+#-----------------------------------------------------------------------------
+sub ShowUserInfo_example {
        # <-----
        # PERL CODE HERE
        # ----->