From 1c98f32d5d6bdd7ba5e8fc4e486c266612fef7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Wed, 18 Jan 2023 13:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=B3V1.70=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=E5=9C=A8=E7=AC=94=E8=AE=B0?= =?UTF-8?q?=E4=B8=AD=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/dzz/dzz_notification.php | 6 +++--- core/core_version.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/class/dzz/dzz_notification.php b/core/class/dzz/dzz_notification.php index be9885b..ebff186 100644 --- a/core/class/dzz/dzz_notification.php +++ b/core/class/dzz/dzz_notification.php @@ -11,7 +11,6 @@ if(!defined('IN_DZZ')) { exit('Access Denied'); } - class dzz_notification { @@ -56,7 +55,8 @@ class dzz_notification { $setarr['authorid'] = 0; $setarr['author'] = ''; }*/ - if($_G['setting']['tzxxyjtz']) { + $_G['setting']['mail'] = dunserialize($_G['setting']['mail']); + if($_G['setting']['mail']['tzxxyjtz']) { //发送邮件 require_once libfile('function/mail'); $member = C::t('user')->fetch_by_uid($touid); @@ -65,7 +65,7 @@ class dzz_notification {

尊敬的用户$member[username],您好!

$notestring

链接:

-

$_G[siteurl].$redirect,(如果上面不是链接形式,请将该地址手工粘贴到浏览器地址栏再访问)

+

$_G[siteurl]$redirect,(如果上面不是链接形式,请将该地址手工粘贴到浏览器地址栏再访问)

EOT; ; if(!sendmail("$member[username] <$member[email]>", $title, $youjiantz)) { diff --git a/core/core_version.php b/core/core_version.php index a0f8f76..dd8d32a 100644 --- a/core/core_version.php +++ b/core/core_version.php @@ -14,7 +14,7 @@ if(!defined('CORE_VERSION')) { define('CORE_VERSION', '2.02'); define('CORE_RELEASE', '20180909'); define('CORE_FIXBUG' , '20000000'); - define('CORE_XHVERSION', '1.69'); - define('CORE_XHRELEASE', '20220116'); - define('CORE_XHFIXBUG' , '20220116'); + define('CORE_XHVERSION', '1.70'); + define('CORE_XHRELEASE', '20230118'); + define('CORE_XHFIXBUG' , '20230118'); } \ No newline at end of file