mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Protecting pma installer
This commit is contained in:
parent
0b9eb1932e
commit
ba1d4db740
1 changed files with 6 additions and 0 deletions
|
@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
|
||||||
# SecRuleInheritance Off
|
# SecRuleInheritance Off
|
||||||
# </Directory>
|
# </Directory>
|
||||||
#</IfModule>
|
#</IfModule>
|
||||||
|
|
||||||
|
<Directory /usr/share/phpMyAdmin/setup/>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from All
|
||||||
|
Allow from None
|
||||||
|
</Directory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue