Updated SMSGlobal API URL

Signed-off-by: Raphael.Bergmann <r.bergmann@titus.de>
This commit is contained in:
Raphael.Bergmann 2023-05-31 10:47:00 +02:00
parent 04a4d959fd
commit f63c3463a2
1 changed files with 1 additions and 1 deletions

View File

@ -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,