diff options
Diffstat (limited to 'images.php')
-rw-r--r-- | images.php | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,11 +10,11 @@ $frontend = new frontend(); $get = $frontend->parsegetfilters($_GET, $filters); -$frontend->loadheader( - $get, - $filters, - "images" -); +/* + Captcha +*/ +include "lib/captcha_gen.php"; +new captcha($frontend, $get, $filters, "images", true); $payload = [ "images" => "", |