mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -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
|
||||
# </Directory>
|
||||
#</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