diff --git a/route/api.twilo.php b/route/api.twilo.php index 65867a4..b18943d 100644 --- a/route/api.twilo.php +++ b/route/api.twilo.php @@ -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);