From b80d3243ea7c6d23680661983d88ecb7a03db6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 10 May 2023 18:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8F=90=E7=A4=BA=E6=AF=8F?= =?UTF-8?q?=E5=A4=A9=E6=8A=95=E7=A8=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user/album_add.php | 2 +- src/user/album_edit.php | 2 +- src/user/archives_add.php | 2 +- src/user/archives_sg_add.php | 2 +- src/user/article_add.php | 2 +- src/user/soft_add.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/user/album_add.php b/src/user/album_add.php index 89dfb47c..28b6452d 100755 --- a/src/user/album_add.php +++ b/src/user/album_add.php @@ -29,7 +29,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0; $menutype = 'content'; if (empty($formhtml)) $formhtml = 0; if ($cfg_ml->IsSendLimited()) { - ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000); + ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000); exit(); } if (empty($dopost)) { diff --git a/src/user/album_edit.php b/src/user/album_edit.php index 7befff39..8321060a 100755 --- a/src/user/album_edit.php +++ b/src/user/album_edit.php @@ -28,7 +28,7 @@ $aid = isset($aid) && is_numeric($aid) ? $aid : 0; $menutype = 'content'; if (empty($formhtml)) $formhtml = 0; if ($cfg_ml->IsSendLimited()) { - ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000); + ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000); exit(); } if (empty($dopost)) { diff --git a/src/user/archives_add.php b/src/user/archives_add.php index f92a57dd..de02644f 100755 --- a/src/user/archives_add.php +++ b/src/user/archives_add.php @@ -21,7 +21,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0; $mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0; $menutype = 'content'; if ($cfg_ml->IsSendLimited()) { - ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000); + ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000); exit(); } if (empty($dopost)) { diff --git a/src/user/archives_sg_add.php b/src/user/archives_sg_add.php index 00c18de3..ad5c16c9 100755 --- a/src/user/archives_sg_add.php +++ b/src/user/archives_sg_add.php @@ -21,7 +21,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0; $mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0; $menutype = 'content'; if ($cfg_ml->IsSendLimited()) { - ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000); + ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000); exit(); } if (empty($dopost)) { diff --git a/src/user/article_add.php b/src/user/article_add.php index 47eaffb5..4b1a962c 100755 --- a/src/user/article_add.php +++ b/src/user/article_add.php @@ -21,7 +21,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0; $mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0; $menutype = 'content'; if ($cfg_ml->IsSendLimited()) { - ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000); + ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000); exit(); } if (empty($dopost)) { diff --git a/src/user/soft_add.php b/src/user/soft_add.php index c5dabc24..7463fda0 100755 --- a/src/user/soft_add.php +++ b/src/user/soft_add.php @@ -24,7 +24,7 @@ $channelid = isset($channelid) && is_numeric($channelid) ? $channelid : 3; $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0; $menutype = 'content'; if ($cfg_ml->IsSendLimited()) { - ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000); + ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000); exit(); } if (empty($dopost)) {