mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-05-14 12:42:04 +00:00
Aggiunta variabile d'ambiente key tracker Project ITS
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user