From 01470a41c4d5928cf8bec2b6dc4aa5bb851ce3f8 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 15 Apr 2019 10:58:34 +0900 Subject: [PATCH] Update api.twilo.php --- route/api.twilo.php | 1 + 1 file changed, 1 insertion(+) 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);