From 0b03c7e125c740ad31128349f0b92f5d4add1563 Mon Sep 17 00:00:00 2001 From: Joseph H Date: Mon, 7 Sep 2020 22:42:45 +0300 Subject: [PATCH] Update Infobip.php --- src/psm/Txtmsg/Infobip.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/psm/Txtmsg/Infobip.php b/src/psm/Txtmsg/Infobip.php index 80a651aa..23111020 100644 --- a/src/psm/Txtmsg/Infobip.php +++ b/src/psm/Txtmsg/Infobip.php @@ -24,7 +24,7 @@ * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 * @version Release: @package_version@ * @link http://www.phpservermonitor.org/ - * @since phpservermon 3.2 + * @since phpservermon 3.6.0 **/ namespace psm\Txtmsg; @@ -66,7 +66,7 @@ class Infobip extends Core "&password=" . $this->password . "&to=" . $recipient . "&text=" . urlencode($message) . - //Add Your Sender Name Here + //add your sender id here "&from=" ); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);