1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-13 17:28:08 -04:00

as usual, forgot the fucking .php

This commit is contained in:
lolcat 2023-10-16 11:14:39 -04:00
parent f3ff1f7374
commit f67fadfa88

View file

@ -269,7 +269,7 @@ class captcha{
'<form method="POST" enctype="text/plain" autocomplete="off">' .
'<div class="captcha-wrapper">' .
'<div class="captcha">' .
'<img src="captcha.php?k=' . $key . '" alt="Captcha image">' .
'<img src="captcha?k=' . $key . '" alt="Captcha image">' .
'<div class="captcha-controls">' .
'<input type="checkbox" name="c[0]" id="c0">' .
'<label for="c0"></label>' .
@ -316,7 +316,7 @@ class captcha{
$frontend->loadheader(
$get,
$filters,
"web"
$page
);
echo $frontend->load("search.html", $payload);