diff --git a/phpwf/plugins/class.acl.php b/phpwf/plugins/class.acl.php index ade66435..beb39095 100644 --- a/phpwf/plugins/class.acl.php +++ b/phpwf/plugins/class.acl.php @@ -1261,6 +1261,16 @@ Allow from all Order Allow,Deny Allow from all +# Allow access to setup.php + + Order Allow,Deny + Allow from all + +# Allow access to inline PDF viewer + + Order Allow,Deny + Allow from all + # end '); diff --git a/www/.htaccess b/www/.htaccess index 885fdd46..7a7e5bd7 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -13,4 +13,14 @@ Allow from all Order Allow,Deny Allow from all +# Allow access to setup.php + + Order Allow,Deny + Allow from all + +# Allow access to inline PDF viewer + + Order Allow,Deny + Allow from all + # end