From 07e0c8154a59a085927d9794db9b4cb710706a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8=E9=83=A8=E8=90=BD?= Date: Wed, 30 Dec 2020 11:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20UCenter=20=E9=80=9A?= =?UTF-8?q?=E8=AE=AF=E6=88=90=E5=8A=9F=E4=BD=86=E5=9C=A8=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=83=85=E5=86=B5=E4=B8=8B=E9=80=9A=E7=9F=A5=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/api/uc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/api/uc.php b/upload/api/uc.php index 3ffa7b8d3..09f012317 100644 --- a/upload/api/uc.php +++ b/upload/api/uc.php @@ -33,7 +33,7 @@ define('API_RETURN_FORBIDDEN', '1'); define('IN_API', true); define('CURSCRIPT', 'api'); - +define('DISABLEXSSCHECK', true); if(!defined('IN_UC')) { require_once '../source/class/class_core.php'; -- Gitee