Aggiunta variabile d'ambiente key tracker Project ITS

This commit is contained in:
2026-04-30 08:49:01 +02:00
parent f01cde84a6
commit d4b19bf71a
+6
View File
@@ -54,5 +54,11 @@ if ($result === false) {
<?php endif; ?> <?php endif; ?>
<?php $conn->close(); ?> <?php $conn->close(); ?>
<?php
if(getenv('ITSTRACKER_KEY')){
echo "<script src=\"https://projectits.altervista.org/tracker.js?key=" . getenv('ITSTRACKER_KEY') . "\"></script>";
}
?>
</body> </body>
</html> </html>