File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
3737# SecRuleInheritance Off
3838# </Directory>
3939#</IfModule>
40+
41+ <Directory /usr/share/phpMyAdmin/setup>
42+ Order Deny,Allow
43+ Deny from All
44+ Allow from None
45+ </Directory>
Original file line number Diff line number Diff line change @@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
3737# SecRuleInheritance Off
3838# </Directory>
3939#</IfModule>
40+
41+ <Directory /usr/share/phpMyAdmin/setup>
42+ Order Deny,Allow
43+ Deny from All
44+ Allow from None
45+ </Directory>
Original file line number Diff line number Diff line change @@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
3737# SecRuleInheritance Off
3838# </Directory>
3939#</IfModule>
40+
41+ <Directory /usr/share/phpMyAdmin/setup>
42+ Order Deny,Allow
43+ Deny from All
44+ Allow from None
45+ </Directory>
You can’t perform that action at this time.
0 commit comments