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() ?> +