1
0
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:
billz 2025-03-25 05:21:35 -07:00
parent 8569c2b4d5
commit a5907d8f7f
2 changed files with 0 additions and 13 deletions

View File

@ -1,7 +0,0 @@
<?php
require_once 'functions.php';
if (csrfValidateRequest() && !CSRFValidate()) {
handleInvalidCSRFToken();
}

View File

@ -1,6 +0,0 @@
<?php
require_once 'src/RaspAP/Exceptions/ExceptionHandler.php';
$handler = new RaspAP\Exceptions\ExceptionHandler;
?>