Update api.twilo.php
This commit is contained in:
parent
4b6c118e63
commit
70ac4d9f8c
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
loadHelper("twilio.api");
|
loadHelper("twilio.api");
|
||||||
|
|
||||||
$action = get_requested_value("action");
|
$action = get_requested_value("action", array("_JSON", "_ALL"));
|
||||||
$from = get_requested_value("from");
|
$from = get_requested_value("from", array("_JSON", "_ALL"));
|
||||||
$to = get_requested_value("to");
|
$to = get_requested_value("to", array("_JSON", "_ALL"));
|
||||||
|
|
||||||
$sid = "";
|
$sid = "";
|
||||||
$token = "";
|
$token = "";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user