mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
15 lines
260 B
PHP
15 lines
260 B
PHP
Hi,
|
|
|
|
You got an OQRS request from <?php echo strtoupper($callsign); ?>.
|
|
<?php if ($usermessage != "") { ?>
|
|
The user entered the following message:
|
|
|
|
<?php echo $usermessage."\n"; ?>
|
|
<?php } ?>
|
|
|
|
Please log into your Cloudlog and process it.
|
|
|
|
Regards,
|
|
|
|
Cloudlog.
|