From 2aaac0381832316666be46311991b6c2a4b4d30c Mon Sep 17 00:00:00 2001 From: Curtis Brazzell Date: Tue, 9 Apr 2024 11:21:22 -0400 Subject: [PATCH] Update index.php --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 79b0d72..5fd8b39 100755 --- a/html/index.php +++ b/html/index.php @@ -508,7 +508,7 @@ function get_string_between($string, $start, $end){ $cmd = 'curl -s -X POST --data-urlencode \'payload={"channel": "'.$slackchannel.'", "username": "PhishBot", "text": "'.$message.'", "icon_emoji": "'.$slackemoji.'"}\' '.$SlackIncomingWebhookURL.''; exec($cmd,$cmdoutput); -echo $cmd; +//echo $cmd; //var_dump($cmdoutput);