Update sms.lua

This commit is contained in:
Ale32bit 2015-12-24 16:18:21 +01:00
parent afd8af05d5
commit 27eb91dd08

View file

@ -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