Blame view

php/sendEEW.php 196 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
5
6
7
8
  <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>";
  ?>