diff --git a/account/signup.php b/account/signup.php index 01a548f..828f7f3 100644 --- a/account/signup.php +++ b/account/signup.php @@ -74,7 +74,7 @@ // Check for 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"; } } else {