mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-04-22 22:39:04 +02:00
8 lines
118 B
PHP
Executable File
8 lines
118 B
PHP
Executable File
<?php
|
|
|
|
require_once 'functions.php';
|
|
|
|
if (csrfValidateRequest() && !CSRFValidate()) {
|
|
handleInvalidCSRFToken();
|
|
}
|