Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbraz authored Apr 9, 2024
1 parent 3c2afd2 commit 2aaac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2aaac03

Please sign in to comment.