Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/statistics/json.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/statistics/json.thtml')
-rw-r--r--site/app/views/statistics/json.thtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/app/views/statistics/json.thtml b/site/app/views/statistics/json.thtml
new file mode 100644
index 0000000..c8d9312
--- /dev/null
+++ b/site/app/views/statistics/json.thtml
@@ -0,0 +1,7 @@
+<?php
+if (!defined('NO_MICROTIME'))
+ define('NO_MICROTIME', true);
+header('Content-type: text/plain');
+
+$listing->json($json);
+?> \ No newline at end of file