fixed incusion error

This commit is contained in:
thaaoblues 2023-04-16 15:27:19 +02:00
parent cebdfc4490
commit 9e607e2db7

View file

@ -1,7 +1,7 @@
<?php
include "script.php";
include "assets/scripts/globals.php"
include "../assets/scripts/globals.php";
if($user['perm'] < 3) {
header('Location: deco.php');