mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
18 lines
250 B
PHP
18 lines
250 B
PHP
<?=
|
|
|
|
sprintf( __("Hi,
|
|
|
|
You got an OQRS request from %s."), strtoupper($callsign));
|
|
|
|
if ($usermessage != "") {
|
|
__("The user entered the following message:
|
|
|
|
%s", $usermessage);
|
|
}
|
|
|
|
__("Please log into your Wavelog and process it.
|
|
|
|
Regards,
|
|
|
|
Wavelog");
|