diff options
author | lolcat <will@lolcat.ca> | 2023-10-16 02:49:24 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-10-16 02:49:24 -0400 |
commit | f3ff1f7374d8fecbb266b36031b8a22e32a8ef00 (patch) | |
tree | 0b1315a41e77b9e76845e78ba2e6aab6e55a0329 | |
parent | 3aa01807741ffad103b9f6a74d878e58f2e828e8 (diff) |
fuck
-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" => "", |