mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-31 21:59:27 +02:00
Class loading handled by autoloader, objects instantiated by index.php
This commit is contained in:
parent
8569c2b4d5
commit
a5907d8f7f
@ -1,7 +0,0 @@
|
||||
<?php
|
||||
|
||||
require_once 'functions.php';
|
||||
|
||||
if (csrfValidateRequest() && !CSRFValidate()) {
|
||||
handleInvalidCSRFToken();
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
<?php
|
||||
require_once 'src/RaspAP/Exceptions/ExceptionHandler.php';
|
||||
|
||||
$handler = new RaspAP\Exceptions\ExceptionHandler;
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user