Update sms.lua
This commit is contained in:
parent
389c5320e8
commit
3edcfea39a
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ local function readMsg()
|
|||
if msg ~= "" then
|
||||
local pos = 1
|
||||
local update = os.startTimer(0.15)
|
||||
http.request(server.."send.php","user="..user.."&password="..pass.."&message="..msg.."&to="..sendTo)
|
||||
http.request(server.."send.php","user="..user.."&password="..pass.."&message="..msg.."&to="..sendTo.."&hashed=true")
|
||||
while true do
|
||||
term.clear()
|
||||
term.setCursorPos(1,1)
|
||||
|
|
Loading…
Reference in a new issue