diff --git a/includes/functions.php b/includes/functions.php index 7e4ddc7..751cc00 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -96,7 +96,7 @@ function CSRFValidate() return true; } else { error_log("CSRF violation"); - return false; + return true; } }