Protecting pma installer

This commit is contained in:
Serghey Rodin 2014-08-04 21:31:13 +03:00
commit ba1d4db740

View file

@ -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>