Update webhooktool.php

This commit is contained in:
Namhyeon Go 2019-05-26 03:12:08 +09:00 committed by GitHub
parent 2616e81714
commit 0dae261a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ if(!check_function_exists("send_web_hook")) {
$id = get_value_in_array("id", $options, "");
$username = get_value_in_array("username", $options, "ReasonableBot");
$message = str_replace("http", "hxxp", $message);
$message = str_replace("http:", "hxxp:", $message);
switch($networkid) {
case "nateon":