Update Infobip.php
parent
c997ff23bd
commit
0b03c7e125
|
@ -24,7 +24,7 @@
|
||||||
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
|
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
|
||||||
* @version Release: @package_version@
|
* @version Release: @package_version@
|
||||||
* @link http://www.phpservermonitor.org/
|
* @link http://www.phpservermonitor.org/
|
||||||
* @since phpservermon 3.2
|
* @since phpservermon 3.6.0
|
||||||
**/
|
**/
|
||||||
|
|
||||||
namespace psm\Txtmsg;
|
namespace psm\Txtmsg;
|
||||||
|
@ -66,7 +66,7 @@ class Infobip extends Core
|
||||||
"&password=" . $this->password .
|
"&password=" . $this->password .
|
||||||
"&to=" . $recipient .
|
"&to=" . $recipient .
|
||||||
"&text=" . urlencode($message) .
|
"&text=" . urlencode($message) .
|
||||||
//Add Your Sender Name Here
|
//add your sender id here
|
||||||
"&from="
|
"&from="
|
||||||
);
|
);
|
||||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
||||||
|
|
Loading…
Reference in New Issue