File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -1261,6 +1261,16 @@ protected function CheckHtaccess() {
12611261 Order Allow,Deny
12621262 Allow from all
12631263</Files>
1264+ # Allow access to setup.php
1265+ <Files setup.php>
1266+ Order Allow,Deny
1267+ Allow from all
1268+ </Files>
1269+ # Allow access to inline PDF viewer
1270+ <Files viewer.html>
1271+ Order Allow,Deny
1272+ Allow from all
1273+ </Files>
12641274# end
12651275 ' );
12661276
Original file line number Diff line number Diff line change @@ -13,4 +13,14 @@ Allow from all
1313 Order Allow ,Deny
1414 Allow from all
1515</Files >
16+ # Allow access to setup.php
17+ <Files setup.php >
18+ Order Allow ,Deny
19+ Allow from all
20+ </Files >
21+ # Allow access to inline PDF viewer
22+ <Files viewer.html >
23+ Order Allow ,Deny
24+ Allow from all
25+ </Files >
1626# end
You can’t perform that action at this time.
0 commit comments