From 5f1b16bc74d6e77c2a5300520b1d8cf09e1c396d Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 26 Mar 2025 11:19:00 -0700 Subject: [PATCH] Remove instantiation of $token --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index bb769ba7..1f2dc254 100755 --- a/index.php +++ b/index.php @@ -25,10 +25,9 @@ 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; +require_once 'includes/CSRF.php'; require_once 'includes/session.php'; require_once 'includes/defaults.php'; require_once 'includes/locale.php';