Update functions.php

master
necro-nemesis 3 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; return true;
} else { } else {
error_log("CSRF violation"); error_log("CSRF violation");
return false; return true;
} }
} }

Loading…
Cancel
Save