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