We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed8af9 commit 1936d9eCopy full SHA for 1936d9e
app/index.php
@@ -59,6 +59,12 @@
59
<?php echo SITE_NAME; ?>
60
</h1>
61
<p class="text-gray-600 text-lg"><?php echo SITE_DESCRIPTION; ?></p>
62
+ <p class="text-gray-600 text-lg">
63
+ <span class="font-bold text-blue-600">
64
+ <?php echo count(glob("cache/*.gz")); ?>
65
+ </span>
66
+ <span>paredes derrubadas!</span>
67
+ </p>
68
</div>
69
70
<!-- Formulário principal de análise de URLs -->
0 commit comments