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