Backup Commit

This commit is contained in:
2025-05-20 12:36:47 +02:00
parent e4f85d21b6
commit 53c39085bc
58 changed files with 8424 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
$discordInvite = "Uf7p8f7Sbm";
$discordBase = "https://discord.gg/";
$link = $discordBase . $discordInvite;
header("Location: " . $link);
die();
?>