Update webhooktool.php
This commit is contained in:
parent
8aafb8de01
commit
c96e33350e
|
@ -24,7 +24,7 @@ if(check_function_exists("send_web_hook")) {
|
|||
"Content-Type" => "application/x-www-form-urlencoded",
|
||||
),
|
||||
"data" => array(
|
||||
"content" => $message,
|
||||
"content" => urlencode($message),
|
||||
),
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user