source/include/post/post_newthread.php
找到- if($post_invalid = checkpost($subject, $message, ($special || $sortid))) {
- showmessage($post_invalid, '', array('minpostsize' => $_G['setting']['minpostsize'], 'maxpostsize' => $_G['setting']['maxpostsize']));
- }
复制代码 下加- $date = dgmdate(TIMESTAMP, 'm-d', $_G['setting']['timeoffset']);
- $subject = "【".$date."】 ".$subject;
复制代码
|