From 0a592ccbe8f05b18896adeda1ea9ab55dc7c725e Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 6 Jun 2022 20:50:24 -0400 Subject: [PATCH] Update functions.php --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }