Backup Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$discordInvite = "Uf7p8f7Sbm";
|
||||
|
||||
$discordBase = "https://discord.gg/";
|
||||
$link = $discordBase . $discordInvite;
|
||||
|
||||
header("Location: " . $link);
|
||||
die();
|
||||
?>
|
||||
Reference in New Issue
Block a user