diff options
author | lolcat <will@lolcat.ca> | 2024-02-18 19:08:22 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-02-18 19:08:22 -0500 |
commit | b7f58a142120964405d27806d1c3c9582f4f75e5 (patch) | |
tree | b95354f54584e9e9f74057a454aa589e418710d9 /lib | |
parent | 9ba92d832e02d539804ca61a08426640d48d2f36 (diff) |
is this thing on
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bot_protection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bot_protection.php b/lib/bot_protection.php index 82de54c..e3d51a8 100644 --- a/lib/bot_protection.php +++ b/lib/bot_protection.php @@ -203,7 +203,7 @@ class bot_protection{ '<form method="POST" enctype="text/plain" autocomplete="off">' . '<div class="captcha-wrapper">' . '<div class="captcha">' . - '<img src="captcha.php?v=' . $key . '" alt="Captcha image">' . + '<img src="captcha?v=' . $key . '" alt="Captcha image">' . '<div class="captcha-controls">' . '<input type="checkbox" name="c[0]" id="c0">' . '<label for="c0"></label>' . |