From cb456246ca7f5cab26ba64d84ffc9bdbeefb8914 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 22 Dec 2023 23:18:13 +0000 Subject: [PATCH] Add includes/exceptions.php + mode change --- includes/exceptions.php | 0 index.php | 2 ++ src/RaspAP/Exceptions/ExceptionHandler.php | 0 3 files changed, 2 insertions(+) mode change 100644 => 100755 includes/exceptions.php mode change 100644 => 100755 src/RaspAP/Exceptions/ExceptionHandler.php diff --git a/includes/exceptions.php b/includes/exceptions.php old mode 100644 new mode 100755 diff --git a/index.php b/index.php index 9b755744..646ce1e2 100755 --- a/index.php +++ b/index.php @@ -23,9 +23,11 @@ * as you leave these references intact in the header comments of your source files. */ + require 'includes/csrf.php'; ensureCSRFSessionToken(); +require_once 'includes/exceptions.php'; require_once 'includes/config.php'; require_once 'includes/autoload.php'; require_once 'includes/defaults.php'; diff --git a/src/RaspAP/Exceptions/ExceptionHandler.php b/src/RaspAP/Exceptions/ExceptionHandler.php old mode 100644 new mode 100755