From a4aa588ea0b5da29cbf8ebed03cf0ea544e685dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Sat, 16 Sep 2023 10:55:39 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=93=BE=E6=8E=A5=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- user/profile/avatar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/profile/avatar.php b/user/profile/avatar.php index c88f4cc..a9563fb 100644 --- a/user/profile/avatar.php +++ b/user/profile/avatar.php @@ -19,7 +19,7 @@ if(submitcheck('avatarsubmit')) { if($success) exit(json_encode(array('msg'=>'success'))); else exit(json_encode(array('error'=>'头像保存错误,请稍候重试'))); - showmessage('do_success', '{MOD_URL}&op=avatar'); + showmessage('do_success', MOD_URL.'&op=avatar'); }elseif($_GET['do']=='imageupload'){