Add includes/exceptions.php + mode change

This commit is contained in:
billz 2023-12-22 23:18:13 +00:00
parent e93b793686
commit cb456246ca
3 changed files with 2 additions and 0 deletions

0
includes/exceptions.php Normal file → Executable file
View file

View file

@ -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';

0
src/RaspAP/Exceptions/ExceptionHandler.php Normal file → Executable file
View file