Update api.twilo.php

This commit is contained in:
Namhyeon Go 2019-04-15 13:30:13 +09:00 committed by GitHub
parent 4b6c118e63
commit 70ac4d9f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,9 @@
loadHelper("twilio.api");
$action = get_requested_value("action");
$from = get_requested_value("from");
$to = get_requested_value("to");
$action = get_requested_value("action", array("_JSON", "_ALL"));
$from = get_requested_value("from", array("_JSON", "_ALL"));
$to = get_requested_value("to", array("_JSON", "_ALL"));
$sid = "";
$token = "";