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
|
end
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
stream = http.post(server.."update.php",head)
|
stream = http.post(server.."update.php",head.."&to="..sendTo)
|
||||||
newMessages = {}
|
newMessages = {}
|
||||||
line = stream.readLine()
|
line = stream.readLine()
|
||||||
repeat
|
repeat
|
||||||
|
|
Loading…
Reference in a new issue