diff options
author | lolcat <will@lolcat.ca> | 2024-02-17 23:22:19 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-02-17 23:22:19 -0500 |
commit | addc5a14a93547f630f23e5b6a79cffa2e37d71a (patch) | |
tree | a9163ba3a2e24c3c493cdde95e506c0e7e8a772d /news.php | |
parent | edc917f5ee984160a0eef436dabd51696d675964 (diff) |
boobs
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" => "", |