aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/statistics.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-12 11:20:58 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-12 11:20:58 +0000
commit4269aac9a0c97c6355cde2d19258b83bc9493289 (patch)
tree7f89407b229341e5aa2e9dd8de853e8b7bd7df10 /engine/lib/statistics.php
parent40beee7e0a122811516122a388f6aaa5b1b3c2f4 (diff)
downloadelgg-4269aac9a0c97c6355cde2d19258b83bc9493289.tar.gz
elgg-4269aac9a0c97c6355cde2d19258b83bc9493289.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Added stub for statistics * Added stub statistics library git-svn-id: https://code.elgg.org/elgg/trunk@882 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/statistics.php')
-rw-r--r--engine/lib/statistics.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/engine/lib/statistics.php b/engine/lib/statistics.php
new file mode 100644
index 000000000..3adebd0b6
--- /dev/null
+++ b/engine/lib/statistics.php
@@ -0,0 +1,13 @@
+<?php
+ /**
+ * Elgg statistics library.
+ * This file contains updated
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Marcus Povey
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.org/
+ */
+?> \ No newline at end of file