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>"; ?>