diff options
Diffstat (limited to 'news.php')
-rw-r--r-- | news.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,10 +15,11 @@ $get = $frontend->parsegetfilters($_GET, $filters); /* Captcha */ -include "lib/captcha_gen.php"; -new captcha($frontend, $get, $filters, "news", true); +include "lib/bot_protection.php"; +new bot_protection($frontend, $get, $filters, "news", true); $payload = [ + "timetaken" => microtime(true), "class" => "", "right-left" => "", "right-right" => "", |