From e38e3070ad597e7937ff664732ebd7d85bb88eef Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Sun, 4 Oct 2015 21:10:10 +0200 Subject: [PATCH] Update sertexID.lua --- src/apis/sertexID.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apis/sertexID.lua b/src/apis/sertexID.lua index 74b50da..7f9b0e4 100644 --- a/src/apis/sertexID.lua +++ b/src/apis/sertexID.lua @@ -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