mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-11 14:10:06 +01:00
Allow access to captcha.php
htaccess file were blocking generated image from displaying.
This commit is contained in:
parent
03d4854570
commit
3b16f2b2a2
1 changed files with 4 additions and 1 deletions
|
@ -1 +1,4 @@
|
|||
deny from all
|
||||
Deny From All
|
||||
<FilesMatch "captcha.php">
|
||||
Allow From All
|
||||
</FilesMatch>
|
Loading…
Add table
Reference in a new issue