同步宝塔上的源码

This commit is contained in:
2025-06-27 21:04:18 +08:00
parent ebc39cd5dd
commit 16de87a864
4689 changed files with 59043 additions and 822 deletions

0
source/class/model/index.htm Normal file → Executable file
View File

2
source/class/model/model_forum_post.php Normal file → Executable file
View File

@@ -562,9 +562,11 @@ class model_forum_post extends discuz_model {
$isfirstpost = $this->post['first'] ? 1 : 0;
/*
if($isfirstpost && $this->thread['replies'] > 0) {
return $this->showmessage(($this->thread['special'] == 3 ? 'post_edit_reward_already_reply' : 'post_edit_thread_already_reply'), NULL);
}
*/
if($this->thread['displayorder'] >= 0) {

0
source/class/model/model_forum_thread.php Normal file → Executable file
View File