diff options
Diffstat (limited to 'templates/indexStats.php')
| -rw-r--r-- | templates/indexStats.php | 11 |
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> |
