Add user message to email

这个提交包含在:
phl0 2022-12-29 17:59:41 +01:00
父节点 7a12ac2695
当前提交 8695c52891
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A
共有 2 个文件被更改,包括 7 次插入2 次删除

查看文件

@ -160,6 +160,7 @@ class Oqrs extends CI_Controller {
} }
$data['callsign'] = $this->security->xss_clean($postdata['callsign']); $data['callsign'] = $this->security->xss_clean($postdata['callsign']);
$data['usermessage'] = $this->security->xss_clean($postdata['message']);
$message = $this->load->view('email/oqrs_request', $data, TRUE); $message = $this->load->view('email/oqrs_request', $data, TRUE);

查看文件

@ -1,8 +1,12 @@
Hi, Hi,
You got an OQRS request from <?php echo strtoupper($callsign); ?>. You got an OQRS request from <?php echo strtoupper($callsign); ?>.
The user entered the following message:
<?php echo $usermessage."\n"; ?>
Please log into your Cloudlog and process it. Please log into your Cloudlog and process it.
Regards, Regards,
Cloudlog. Cloudlog.