Update sertexID.lua
This commit is contained in:
parent
802b237fd2
commit
e38e3070ad
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ end
|
|||
|
||||
function sendSMS(username, password, to, msg)
|
||||
local send = http.post(SERVER.."send.php","user="..username.."&password="..password.."&to="..to.."&message="..message).readAll()
|
||||
if send = "true" then
|
||||
if send == "true" then
|
||||
return true
|
||||
else
|
||||
return false,send
|
||||
|
|
Loading…
Reference in a new issue