From 6e8f4c82489bcfd15fef36f946dad549f4ce7543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Mon, 13 Feb 2023 05:37:32 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F=E5=8F=91?= =?UTF-8?q?=E9=80=81=E7=9A=84=E9=82=AE=E4=BB=B6=E7=89=88=E6=9D=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8E=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- core/function/function_mail.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/function/function_mail.php b/core/function/function_mail.php index b307784..1baa764 100644 --- a/core/function/function_mail.php +++ b/core/function/function_mail.php @@ -24,8 +24,9 @@ function sendmail($toemail, $subject, $message, $from = '') { } $message = preg_replace("/href\=\"(?!(http|https)\:\/\/)(.+?)\"/i", 'href="'.$_G['siteurl'].'\\1"', $message); $sitename=$_G['setting']['sitename']; + $sitecopyright=replacesitevar($_G['setting']['sitecopyright']); $sitelogo=IO::getFileUri('attach::'.$_G['setting']['sitelogo']); -$message = << @@ -77,8 +78,7 @@ $message = << $sitename $_G[siteurl]

-

- Copyright ©2012-2022 DzzOffice All Rights Reserved +

$sitecopyright

@@ -304,4 +304,4 @@ function sendmail_touser($touid, $subject, $message, $mailtype='') { return false; } -?> +?> \ No newline at end of file