mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-02 02:30:20 +00:00
adicionado contador de paredes derrubadas
This commit is contained in:
parent
4ed8af9ad8
commit
1936d9e39c
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['url'])) {
|
||||||
<?php echo SITE_NAME; ?>
|
<?php echo SITE_NAME; ?>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="text-gray-600 text-lg"><?php echo SITE_DESCRIPTION; ?></p>
|
<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")); ?>
|
||||||
|
</span>
|
||||||
|
<span>paredes derrubadas!</span>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Formulário principal de análise de URLs -->
|
<!-- Formulário principal de análise de URLs -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue