From fd34d637301a0fcbc719f43061d131c70fd6bd3e Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Wed, 10 Mar 2021 13:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E6=89=93=E6=AC=BE=E7=B3=BB?= =?UTF-8?q?=E7=BB=9Fbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- payment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/payment.php b/payment.php index 13a56fbde..73bb2f857 100644 --- a/payment.php +++ b/payment.php @@ -23,6 +23,7 @@ define('FONTS',dirname(__FILE__).'/Public/Admin/fonts/'); * 安全期间,建议安装调试完成后移动到非WEB目录 */ define ( 'APP_PATH', './Application/' ); +define ( 'SUBSITE_INDEX', "payment.php" );//子站点路口,影响session if(!is_file(APP_PATH . 'User/Conf/config.php')){ header('Location: ./install.php');