summaryrefslogtreecommitdiff
path: root/lib/bot_protection.php
diff options
context:
space:
mode:
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>' .