|
[phpwiki-checkins] CVS: phpwiki/lib/plugin SystemInfo.php,1.21,1.22
From: Reini Urban <rurban@us...> - 2004-12-26 17:10
|
Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32721/plugin
Modified Files:
SystemInfo.php
Log Message:
just docs or whitespace
Index: SystemInfo.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/SystemInfo.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -2 -b -p -d -r1.21 -r1.22
--- SystemInfo.php 26 Nov 2004 18:39:02 -0000 1.21
+++ SystemInfo.php 26 Dec 2004 17:10:44 -0000 1.22
@@ -176,4 +176,5 @@ extends WikiPluginCached
return $s;
}
+
//only from logging info possible. = hitstats per time.
// total hits per day/month/year
@@ -184,4 +185,5 @@ extends WikiPluginCached
return $s;
}
+
// only absolute numbers, not for any time interval. see accessstats
// some useful number derived from the curve of the hit stats.
@@ -445,4 +447,7 @@ function stddev(&$hits, $total = false)
// $Log$
+// Revision 1.22 2004/12/26 17:10:44 rurban
+// just docs or whitespace
+//
// Revision 1.21 2004/11/26 18:39:02 rurban
// new regex search parser and SQL backends (90% complete, glob and pcre backends missing)
|
| Thread | Author | Date |
|---|---|---|
| [phpwiki-checkins] CVS: phpwiki/lib/plugin SystemInfo.php,1.21,1.22 | Reini Urban <rurban@us...> |