Update api.twilo.php
This commit is contained in:
parent
fba64d4079
commit
01470a41c4
|
@ -15,6 +15,7 @@ $to = get_requested_value("to");
|
||||||
$sid = "";
|
$sid = "";
|
||||||
$token = "";
|
$token = "";
|
||||||
|
|
||||||
|
$response = "";
|
||||||
switch($action) {
|
switch($action) {
|
||||||
case "message":
|
case "message":
|
||||||
$response = twilio_send_message($message, $from, $to, $sid, $token);
|
$response = twilio_send_message($message, $from, $to, $sid, $token);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user