Dunno what this is

This commit is contained in:
Michał 2022-07-26 21:53:03 +01:00
parent 3026bb4556
commit ba4354d6b9

View file

@ -74,7 +74,7 @@
// Check for invite code // Check for invite code
if (isset($_POST['invite_code'])) { if (isset($_POST['invite_code'])) {
if ($_POST['invite_code'] != "23R2pz33yDrb3Ry9") { if ($_POST['invite_code'] != "supercoolcode") {
$error = "Seems that you don't have the right invite code, whatever shall you do"; $error = "Seems that you don't have the right invite code, whatever shall you do";
} }
} else { } else {