From 10a70ad2d7de4cfd011c0264333e22a0b7ede466 Mon Sep 17 00:00:00 2001 From: ONEXIN Date: Thu, 15 Jul 2021 09:07:50 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E4=B8=8APOST=E9=9D=9E=E6=B3=95=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/class/discuz/discuz_error.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/upload/source/class/discuz/discuz_error.php b/upload/source/class/discuz/discuz_error.php index f8851ec90..3c6bae5b6 100644 --- a/upload/source/class/discuz/discuz_error.php +++ b/upload/source/class/discuz/discuz_error.php @@ -294,9 +294,11 @@ EOT; $host = $_SERVER['HTTP_HOST']; $phpmsg = trim($phpmsg); $title = 'Mobile '.($type == 'db' ? 'Database' : 'System'); + $inajax_left = !empty($_G['inajax']) ? '' : ''; echo << - +$inajax_left $host - $title Error @@ -350,7 +352,7 @@ EOT; - +$inajax_right EOT; $exit && exit(); } -- Gitee