mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-04-14 15:57:33 +02:00
Update download.php
This commit is contained in:
@@ -69,7 +69,6 @@ if(isset($_POST['submit'])){
|
||||
</div>
|
||||
<!--</form>-->
|
||||
</div>
|
||||
</body>
|
||||
<?php echo'
|
||||
<script>
|
||||
const downloadBtn = document.querySelector(".download-btn");
|
||||
@@ -98,4 +97,8 @@ const initTimer = () => {
|
||||
downloadBtn.addEventListener("click", initTimer);
|
||||
</script>
|
||||
</script>'; ?>
|
||||
<?php if(plausibledomain&&plausibledatadomain == !null){ ?>
|
||||
<script defer data-domain="<?=plausibledomain?>" src="<?=plausibledatadomain?>/js/script.js"></script>
|
||||
<?php } ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user