]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Added Plugins support
authoreldy <>
Sat, 27 Jul 2002 17:07:40 +0000 (17:07 +0000)
committereldy <>
Sat, 27 Jul 2002 17:07:40 +0000 (17:07 +0000)
wwwroot/cgi-bin/plugins/timehires.pm

index 102b358764696a2b745ef47841178a4defb0cd97..57fbf64948ad776497241648e9e39deeb1b06b8e 100644 (file)
@@ -27,13 +27,22 @@ sub Init_timehires {
 }
 
 
+#-----------------------------------------------------------------------------
+# PLUGIN GetTime_pluginname FUNCTION
+#-----------------------------------------------------------------------------
+sub GetTime_timehires {
+       my ($sec,$msec)=&gettimeofday();
+       $_[0]=$sec;
+       $_[1]=$msec;
+}
+
+
 #-----------------------------------------------------------------------------
 # PLUGIN ShowField_pluginname FUNCTION
 #-----------------------------------------------------------------------------
 #...
 
 
-
 #-----------------------------------------------------------------------------
 # PLUGIN Filter_pluginname FUNCTION
 #-----------------------------------------------------------------------------