fix require paths

This commit is contained in:
glaszig
2019-08-07 23:21:14 +02:00
parent b5f875cce7
commit 1fddad190f
8 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<?php
include_once('includes/functions.php');
include_once('includes/session.php');
include_once('functions.php');
include_once('session.php');
if (csrfValidateRequest() && !CSRFValidate()) {
handleInvalidCSRFToken();