sendEEW.php 196 Bytes
<html>
<meta charset="UTF-8">
</html>
<?php
 shell_exec("mosquitto_pub -u ia -P 1111 -t EEW/XML -f eewXML");
 echo "sending...";
 echo "<script>location.href='../main.php?item=eew';</script>";
?>