mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
8 lines
146 B
PHP
Executable file
8 lines
146 B
PHP
Executable file
<?php
|
|
|
|
require_once 'functions.php';
|
|
require_once 'session.php';
|
|
|
|
if (csrfValidateRequest() && !CSRFValidate()) {
|
|
handleInvalidCSRFToken();
|
|
}
|