aboutsummaryrefslogtreecommitdiff
path: root/templates/indexStats.php
blob: 435e9d991d2f347fde4003678a35e86ac0a78055 (plain)
1
2
3
4
5
6
7
8
9
10
11
<h2>Statistics</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>