kopia lustrzana https://github.com/magicbug/Cloudlog
Add user message to email
rodzic
7a12ac2695
commit
8695c52891
|
@ -160,6 +160,7 @@ class Oqrs extends CI_Controller {
|
|||
}
|
||||
|
||||
$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);
|
||||
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
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.
|
||||
|
||||
Regards,
|
||||
|
||||
Cloudlog.
|
||||
Cloudlog.
|
||||
|
|
Ładowanie…
Reference in New Issue