
如果需要修改的話,直接找到文件/apps/home/controller/MessageController.php,大概在103行找到:提交成功文字,修改為其他的即可。
if ($this->model->addMessage($data)) {
session('lastsub', time()); // 記錄最后提交時間
$this->log('留言提交成功!');
if ($this->config('message_send_mail') && $this->config('message_send_to')) {
$mail_subject = "【" . CMSNAME . "】您有新的" . $value->form_name . "信息,請注意查收!";
$mail_body .= '<br>來自網(wǎng)站 ' . get_http_url() . ' (' . date('Y-m-d H:i:s') . ')';
sendmail($this->config(), $this->config('message_send_to'), $mail_subject, $mail_body);
}
alert_location('提交成功!', '-1', 1);
} else {
$this->log('留言提交失敗!');
alert_back('提交失敗!');
}
【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!