mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
reject pma setup after install
This commit is contained in:
parent
24a687a75e
commit
1efe457a22
3 changed files with 18 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