1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-04-22 22:39:04 +02:00
RaspAP/includes/csrf.php

8 lines
118 B
PHP
Executable File

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