Files
interactive/gms/KT/httpd/wwwroot/ccmonitor/status/send_sms.html
T
2026-08-07 17:38:18 +09:00

10 lines
109 B
HTML

<?php
$id = $_GET['id'];
$pw = $_GET['pw'];
$msg = $_GET['msg'];
echo $id."<br>".$pw."<br>".$msg;
?>