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, ), )); }