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