fix captcha

This commit is contained in:
butterbutt 2021-09-06 11:23:23 -05:00
parent cb44ba53a8
commit 5dce815d06
Signed by: butterbutt
GPG Key ID: 4D2AD715BC930E49
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function captcha_get_html(): string
<script type=\"text/javascript\" src=\"https://www.google.com/recaptcha/api.js\"></script>";
} else {
session_start();
$captcha = Securimage::getCaptchaHtml(['securimage_path' => './vendor/dapphp/securimage/']);
$captcha = Securimage::getCaptchaHtml(['securimage_path' => '/vendor/dapphp/securimage/']);
}
}
return $captcha;