From: eldy <> Date: Sat, 26 Apr 2003 18:43:10 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_5_5_BETA~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0837d5f2e4b5e97be271699d4f4ea48705d7e7c7;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/wwwroot/cgi-bin/plugins/example/example.pm b/wwwroot/cgi-bin/plugins/example/example.pm index 210b4e3b..bd85c13b 100644 --- a/wwwroot/cgi-bin/plugins/example/example.pm +++ b/wwwroot/cgi-bin/plugins/example/example.pm @@ -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 # ----->