Update webhooktool.php

This commit is contained in:
Namhyeon Go 2019-05-04 16:06:32 +09:00 committed by GitHub
parent 8aafb8de01
commit c96e33350e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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