Update webhooktool.php

This commit is contained in:
Namhyeon Go 2019-05-04 15:57:48 +09:00 committed by GitHub
parent 89ac75a60f
commit 85a6808efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,15 @@
<?php
/**
* @file webhooktool.php
* @date 2019-05-04
* @author Go Namhyeon <gnh1201@gmail.com>
* @brief WebhookTools
* @trademark
* * `NateOn` is trademark of SK Communications Co Ltd, or SK planet Co Ltd, or other SK internet business
* * `Discord' is trademark of Discord Inc. (Originally Hammer And Chisel)
* * `Slack` is trademark of Slack Technologies Inc.
*/
function send_web_hook($message, $networkid, $options=array()) {
$response = false;