is this thing on

This commit is contained in:
lolcat 2024-02-18 19:08:22 -05:00
parent 9ba92d832e
commit b7f58a1421
3 changed files with 3 additions and 2 deletions

View file

@ -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>' .