Update webhooktool.php

This commit is contained in:
Namhyeon Go 2019-05-04 16:03:27 +09:00 committed by GitHub
parent d96d349d89
commit 8aafb8de01
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", "Content-Type" => "application/x-www-form-urlencoded",
), ),
"data" => array( "data" => array(
"content" => urlencode($message), "content" => $message,
), ),
)); ));
} }