Skip to content

Commit

Permalink
Add details on number
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia committed Jan 27, 2019
1 parent c682d19 commit 22e9e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<li><?= number_format($valImage->nb, 0, ',', ' ') ?> images et <?= number_format($valMiniature->nb, 0, ',', ' ') ?> miniatures actuellement h&eacute;berg&eacute;es</li>
<li><?= number_format($size_all / 1073741824, 1, ',', ' ') ?> Go de fichiers stockés</li>
<li><?= number_format($bp_all / 1073741824, 1, ',', ' ') ?> Go de trafic - dont <?= number_format(($bp_v6 / $bp_all) * 100, 2) ?>% en <a href="http://fr.wikipedia.org/wiki/Ipv6">IPv6</a></li>
<li><?= number_format($nb_view_all, 0, ',', ' ') ?> affichages d'images <em>(<?= number_format($valImage->nbAff, 0, ',', ' ') ?> + <?= number_format($valMiniature->nbAff, 0, ',', ' ') ?>)</em></li>
<li><?= number_format($nb_view_all, 0, ',', ' ') ?> affichages d'images <em>(<?= number_format($valImage->nbAff, 0, ',', ' ') ?> images + <?= number_format($valMiniature->nbAff, 0, ',', ' ') ?> miniatures)</em></li>
<li><?= $valMembre->nb ?> membres possèdant au total <?= $valPossede->nb ?> images</li>
</ul>
</div>
Expand Down

0 comments on commit 22e9e14

Please sign in to comment.