summaryrefslogtreecommitdiff
path: root/lib/bot_protection.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-02-18 19:08:22 -0500
committerlolcat <will@lolcat.ca>2024-02-18 19:08:22 -0500
commitb7f58a142120964405d27806d1c3c9582f4f75e5 (patch)
treeb95354f54584e9e9f74057a454aa589e418710d9 /lib/bot_protection.php
parent9ba92d832e02d539804ca61a08426640d48d2f36 (diff)
is this thing on
Diffstat (limited to 'lib/bot_protection.php')
-rw-r--r--lib/bot_protection.php2
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>' .