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