correct text message
parent
419ba4a0cf
commit
365131df40
|
@ -46,7 +46,7 @@ class FreeVoipDeal extends Core {
|
||||||
|
|
||||||
$result = file_get_contents( $local_url . "?username=" . $this->username
|
$result = file_get_contents( $local_url . "?username=" . $this->username
|
||||||
. "&password=" . $this->password . "&from=" . $this->originator . "&to=" . $phone
|
. "&password=" . $this->password . "&from=" . $this->originator . "&to=" . $phone
|
||||||
. "&text=TEST-" . $local_data );
|
. "&text=" . $local_data );
|
||||||
}
|
}
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
|
|
Loading…
Reference in New Issue