Update functions.php

master
necro-nemesis 2 years ago committed by GitHub
parent 9745978971
commit 0a592ccbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,7 +96,7 @@ function CSRFValidate()
return true;
} else {
error_log("CSRF violation");
return false;
return true;
}
}

Loading…
Cancel
Save