fixed incusion error

这个提交包含在:
thaaoblues 2023-04-16 15:27:19 +02:00
父节点 cebdfc4490
当前提交 9e607e2db7

查看文件

@ -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');