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