reject pma setup after install

This commit is contained in:
Serghey Rodin 2016-09-30 12:27:14 +03:00
commit 1efe457a22
3 changed files with 18 additions and 0 deletions

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>