mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-08-02 16:49:25 +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