Update webhooktool.php
This commit is contained in:
parent
2616e81714
commit
0dae261a6d
|
@ -16,7 +16,7 @@ if(!check_function_exists("send_web_hook")) {
|
||||||
|
|
||||||
$id = get_value_in_array("id", $options, "");
|
$id = get_value_in_array("id", $options, "");
|
||||||
$username = get_value_in_array("username", $options, "ReasonableBot");
|
$username = get_value_in_array("username", $options, "ReasonableBot");
|
||||||
$message = str_replace("http", "hxxp", $message);
|
$message = str_replace("http:", "hxxp:", $message);
|
||||||
|
|
||||||
switch($networkid) {
|
switch($networkid) {
|
||||||
case "nateon":
|
case "nateon":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user