From 1e64cf56ee37bded1a83d426c6eab9321b922d64 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 24 Apr 2026 16:24:08 +0000 Subject: [PATCH] a --- Cron/Cronenvoisms.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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)