From 8d482845b0a1a46d91e7777167028eda4d503eca Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 25 Mar 2025 14:02:51 -0700 Subject: [PATCH] Replace explicit token instantiation w/ includes/CSRF.php --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index e078adf6..bb769ba7 100755 --- a/index.php +++ b/index.php @@ -25,6 +25,7 @@ require_once 'includes/config.php'; require_once 'includes/autoload.php'; +require_once 'includes/CSRF.php'; $handler = new RaspAP\Exceptions\ExceptionHandler; $token = new RaspAP\Tokens\CSRFTokenizer; @@ -58,7 +59,7 @@ initializeApp(); > - CSRFMetaTag() ?> +