Add user message to email

pull/1883/head
phl0 2022-12-29 17:59:41 +01:00
rodzic 7a12ac2695
commit 8695c52891
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
2 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -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);

Wyświetl plik

@ -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.