fixed incusion error
这个提交包含在:
父节点
cebdfc4490
当前提交
9e607e2db7
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
include "script.php";
|
include "script.php";
|
||||||
|
|
||||||
include "assets/scripts/globals.php"
|
include "../assets/scripts/globals.php";
|
||||||
|
|
||||||
if($user['perm'] < 3) {
|
if($user['perm'] < 3) {
|
||||||
header('Location: deco.php');
|
header('Location: deco.php');
|
||||||
|
|
正在加载…
在新工单中引用