raspap-webgui-mirror/includes/csrf.php

7 lines
118 B
PHP
Executable file

<?php
require_once 'functions.php';
if (csrfValidateRequest() && !CSRFValidate()) {
handleInvalidCSRFToken();
}