aboutsummaryrefslogtreecommitdiff
path: root/templates/indexStats.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/indexStats.php')
-rw-r--r--templates/indexStats.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/indexStats.php b/templates/indexStats.php
new file mode 100644
index 0000000..78274da
--- /dev/null
+++ b/templates/indexStats.php
@@ -0,0 +1,11 @@
+<h2>Stats</h2>
+<dl>
+ <dt>Number of notes</dt>
+ <dd><?php p($_['notes']); ?></dd>
+
+ <dt>Number of registered apps</dt>
+ <dd><?php p($_['tokens']); ?></dd>
+
+ <dt>Sync revision</dt>
+ <dd><?php p($_['syncrev']); ?></dd>
+</dl>