initial commit of v1

This commit is contained in:
2025-05-20 12:22:12 +02:00
parent d5676418ba
commit 418d2e3f8b
5 changed files with 392 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
$discordInvite = "SHPuNjJwhR";
$discordBase = "https://discord.gg/";
$link = $discordBase . $discordInvite;
header("Location: " . $link);
die();
?>