From 8aafb8de0163126104062d5ad4ce4477d0afd655 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 4 May 2019 16:03:27 +0900 Subject: [PATCH] Update webhooktool.php --- helper/webhooktool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/webhooktool.php b/helper/webhooktool.php index ee8051a..50a014b 100644 --- a/helper/webhooktool.php +++ b/helper/webhooktool.php @@ -24,7 +24,7 @@ if(check_function_exists("send_web_hook")) { "Content-Type" => "application/x-www-form-urlencoded", ), "data" => array( - "content" => urlencode($message), + "content" => $message, ), )); }