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