Update sms-new.lua
This commit is contained in:
parent
3edcfea39a
commit
58d462e94e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ local function readMsg()
|
||||||
if msg ~= "" then
|
if msg ~= "" then
|
||||||
local pos = 1
|
local pos = 1
|
||||||
local update = os.startTimer(0.15)
|
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
|
while true do
|
||||||
term.clear()
|
term.clear()
|
||||||
term.setCursorPos(1,1)
|
term.setCursorPos(1,1)
|
||||||
|
|
Loading…
Reference in a new issue