[pLog-svn] r2888 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Feb 2 22:55:12 GMT 2006


Author: oscar
Date: 2006-02-02 22:55:11 +0000 (Thu, 02 Feb 2006)
New Revision: 2888

Modified:
   plog/trunk/admin.php
Log:
forgot to start the metrics logging


Modified: plog/trunk/admin.php
===================================================================
--- plog/trunk/admin.php	2006-02-02 22:39:51 UTC (rev 2887)
+++ plog/trunk/admin.php	2006-02-02 22:55:11 UTC (rev 2888)
@@ -16,6 +16,9 @@
     ini_set("arg_seperator.output", "&");
     ini_set("magic_quotes_runtime", 0 );
 
+    // start gathering statistics
+    Info::startMetrics();
+
     //
     // a security check, or else people might forget to remove the wizard.php script
     //



More information about the pLog-svn mailing list