a
This commit is contained in:
parent
c3acce6afe
commit
1e64cf56ee
|
|
@ -156,18 +156,15 @@ class Cronenvoisms
|
||||||
$loginSms = $this->loginSms;
|
$loginSms = $this->loginSms;
|
||||||
$motPassSms = $this->motPassSms;
|
$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
|
$postFields = array
|
||||||
(
|
(
|
||||||
'ohereza' =>$titreSms_c,
|
'ohereza' =>$titreSms_c,
|
||||||
'kuri' =>$destinataires_c,
|
'kuri' =>$destinataires_c,
|
||||||
'ubutumwa' =>$message_c,
|
'ubutumwa' =>$message_c,
|
||||||
|
|
||||||
// 'client' =>'radiant',
|
|
||||||
// 'password' =>'umugozi',
|
|
||||||
|
|
||||||
'client' =>$loginSms,
|
'client' =>$loginSms,
|
||||||
'password' =>$motPassSms,
|
'password' =>$motPassSms,
|
||||||
'msgid' =>'kanesin'
|
'msgid' =>'kanesin'
|
||||||
|
|
@ -180,9 +177,6 @@ class Cronenvoisms
|
||||||
$result = file_get_contents($url);
|
$result = file_get_contents($url);
|
||||||
|
|
||||||
$this->marquersms($this->idSms, "1");
|
$this->marquersms($this->idSms, "1");
|
||||||
|
|
||||||
// A SUPPRIMER
|
|
||||||
// var_dump($result);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function envoyersmshooza($destinataires_c, $message_c, $titreSms_c)
|
public function envoyersmshooza($destinataires_c, $message_c, $titreSms_c)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user