diff --git a/Cron/Cronenvoisms.php b/Cron/Cronenvoisms.php index 5428971..221b96e 100755 --- a/Cron/Cronenvoisms.php +++ b/Cron/Cronenvoisms.php @@ -156,18 +156,15 @@ class Cronenvoisms $loginSms = $this->loginSms; $motPassSms = $this->motPassSms; - // problème avec le https - $url = "http://gateway.esicia.com/sendsms/?"; + // $url = "http://gateway.esicia.com/sendsms/?"; + // 24/04/2026 + $url = "https://sms.esicia.africa/?"; $postFields = array ( 'ohereza' =>$titreSms_c, 'kuri' =>$destinataires_c, 'ubutumwa' =>$message_c, - - // 'client' =>'radiant', - // 'password' =>'umugozi', - 'client' =>$loginSms, 'password' =>$motPassSms, 'msgid' =>'kanesin' @@ -180,9 +177,6 @@ class Cronenvoisms $result = file_get_contents($url); $this->marquersms($this->idSms, "1"); - - // A SUPPRIMER - // var_dump($result); } public function envoyersmshooza($destinataires_c, $message_c, $titreSms_c)