Allow access to captcha.php

htaccess file were blocking generated image from displaying.
This commit is contained in:
aftercase 2021-07-15 20:10:48 +01:00
parent 03d4854570
commit 3b16f2b2a2

View file

@ -1 +1,4 @@
deny from all
Deny From All
<FilesMatch "captcha.php">
Allow From All
</FilesMatch>