We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f6532 commit 529587cCopy full SHA for 529587c
phpwf/plugins/class.acl.php
@@ -1261,6 +1261,16 @@ protected function CheckHtaccess() {
1261
Order Allow,Deny
1262
Allow from all
1263
</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
1272
1273
1274
# end
1275
');
1276
www/.htaccess
@@ -13,4 +13,14 @@ Allow from all
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0 commit comments