Update sms.lua
This commit is contained in:
parent
afd8af05d5
commit
27eb91dd08
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ local function recMsg()
|
|||
end
|
||||
|
||||
while true do
|
||||
stream = http.post(server.."update.php",head)
|
||||
stream = http.post(server.."update.php",head.."&to="..sendTo)
|
||||
newMessages = {}
|
||||
line = stream.readLine()
|
||||
repeat
|
||||
|
|
Loading…
Reference in a new issue