Skip to content

Commit

Permalink
Fix. SFW. Die page layout fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Apr 23, 2024
1 parent 529ae5e commit 29b8f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/library/Cleantalk/Antispam/SFW.php
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ public function sfwDie($api_key, $cookie_prefix = '', $cookie_domain = '', $test
$sfw_die_page
);

die(htmlentities($sfw_die_page, ENT_QUOTES));
die($sfw_die_page);
} else {
die("IP BLACKLISTED");
}
Expand Down

0 comments on commit 29b8f74

Please sign in to comment.