Files
ops-Gazelle/templates/stats.twig
2023-02-03 11:13:47 +01:00

13 lines
340 B
Twig

{{ header('Site stats') }}
<div class="thin">
<h3 id="general">Pursuit of Perfection</h3>
<div class="box pad" style="padding: 10px 10px 10px 20px;">
<ul>
<li><a href='stats.php?action=users'>User Stats</a>
<li><a href='stats.php?action=torrents'>Torrent Stats</a>
</div>
</div>
{{ footer() }}