\r\n";
$emsg .= "
Error page: " . $this->GetCurUrl() . "
\r\n";
$emsg .= "
Error infos: {$msg}
\r\n";
diff --git a/src/member/config.php b/src/member/config.php
index 6c225200..25df6042 100755
--- a/src/member/config.php
+++ b/src/member/config.php
@@ -199,10 +199,10 @@ function CheckRank($rank = 0, $money = 0)
$myname = "普通会员";
}
}
- ShowMsg("对不起,需要:
$needname 才能访问本页面。
您目前的等级是:
$myname 。", "-1", 0, 5000);
+ ShowMsg("对不起,需要:
$needname 才能访问本页面。
您目前的等级是:
$myname 。", "-1", 0, 5000);
exit();
} else if ($cfg_ml->M_Money < $money) {
- ShowMsg("对不起,需要花费金币:
$money 才能访问本页面。
您目前拥有的金币是:
".$cfg_ml->M_Money." 。", "-1", 0, 5000);
+ ShowMsg("对不起,需要花费金币:
$money 才能访问本页面。
您目前拥有的金币是:
".$cfg_ml->M_Money." 。", "-1", 0, 5000);
exit();
}
}
diff --git a/src/member/templets/pm-main.htm b/src/member/templets/pm-main.htm
index d23599da..d611b2e7 100755
--- a/src/member/templets/pm-main.htm
+++ b/src/member/templets/pm-main.htm
@@ -96,7 +96,7 @@
未阅读" : '已阅读');
+ $readmsg = ($fields['hasview']==0 ? "未阅读" : '已阅读');
echo $readmsg;
?>
diff --git a/src/uploads/220222/1-220222222T3E1.png b/src/uploads/220222/1-220222222T3E1.png
deleted file mode 100644
index 467cb10a..00000000
Binary files a/src/uploads/220222/1-220222222T3E1.png and /dev/null differ
|