Skip to content

Commit

Permalink
Update Function
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkalam24 committed Nov 2, 2022
1 parent 4760bda commit 777e788
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core/functions.php
Expand Up @@ -2384,12 +2384,10 @@ function send_sms($number, $msg) {

global $table_prefeix;

//$url = "http://66.45.237.70/maskingapi.php";
$url = "http://66.45.237.70/api.php";
$url = "http://example.com/api.php";
$data= array(
'username'=>"Royal",
'password'=>"CZXAPHK8",
//'senderid'=> "The Royal",
'username'=>"username",
'password'=>"password",
'number'=>$number,
'message'=>$msg
);
Expand Down

0 comments on commit 777e788

Please sign in to comment.