}
#-----------------------------------------------------------------------------
-# 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
# ----->