mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-04-23 23:19:11 +00:00
pontuação numero nas marretadas
This commit is contained in:
parent
13c3f17139
commit
b66f3abe80
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['url'])) {
|
|||
<p class="text-gray-600 text-lg"><?php echo SITE_DESCRIPTION; ?></p>
|
||||
<p class="text-gray-600 text-lg">
|
||||
<span class="font-bold text-blue-600">
|
||||
<?php echo count(glob("cache/*.gz")); ?>
|
||||
<?php echo number_format(count(glob("cache/*.gz")), 0, ',', '.'); ?>
|
||||
</span>
|
||||
<span>paredes derrubadas!</span>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue