mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-01-01 12:26:00 +00:00
Dunno what this is
This commit is contained in:
parent
3026bb4556
commit
ba4354d6b9
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue