From f63c3463a21ac388b8d3efa60b460cb2db821262 Mon Sep 17 00:00:00 2001 From: "Raphael.Bergmann" Date: Wed, 31 May 2023 10:47:00 +0200 Subject: [PATCH] Updated SMSGlobal API URL Signed-off-by: Raphael.Bergmann --- src/psm/Txtmsg/Smsglobal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psm/Txtmsg/Smsglobal.php b/src/psm/Txtmsg/Smsglobal.php index 174fc0bb..b7f7f9c7 100644 --- a/src/psm/Txtmsg/Smsglobal.php +++ b/src/psm/Txtmsg/Smsglobal.php @@ -64,7 +64,7 @@ class Smsglobal extends Core $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_TIMEOUT, 30); - curl_setopt($curl, CURLOPT_URL, "https://www.smsglobal.com/http-api.php?" . http_build_query( + curl_setopt($curl, CURLOPT_URL, "https://api.smsglobal.com/http-api.php?" . http_build_query( array( "action" => "sendsms", "user" => $this->username,