mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Add includes/exceptions.php + mode change
This commit is contained in:
parent
e93b793686
commit
cb456246ca
0
includes/exceptions.php
Normal file → Executable file
0
includes/exceptions.php
Normal file → Executable 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
0
src/RaspAP/Exceptions/ExceptionHandler.php
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user