Update api.twilo.php

This commit is contained in:
Namhyeon Go 2019-04-15 10:58:34 +09:00 committed by GitHub
parent fba64d4079
commit 01470a41c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);