Commit: 404890adeaf37f751147ecc8cc96f2d7e6ca859b Author: Christoph M. Becker <cmbecke...@gmx.de> Mon, 23 Jul 2018 23:36:08 +0200 Parents: ffac4ac2d867ba013c406781b5464275aa3aac58 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=404890adeaf37f751147ecc8cc96f2d7e6ca859b Log: Remove useless and therefore confusing .htaccess This file has not been pushed to the QA website for years, and access to this directory is blocked in the top-level qa.bugs.php.net.conf file now, see <https://bugs.php.net/76657>. Changed paths: D reports/db/.htaccess Diff: diff --git a/reports/db/.htaccess b/reports/db/.htaccess deleted file mode 100644 index 4138bd4..0000000 --- a/reports/db/.htaccess +++ /dev/null @@ -1,13 +0,0 @@ -Options -Indexes - -# need to allow read access to /reports/db/ because that's where PFTT files will be stored because -# web user has write access to that -# -# should be safe to allow read access to SQLite db files -<IfModule !authz_core_module> - order deny,allow - allow from all -</IfModule> -<IfModule authz_core_module> - Require all granted -</IfModule> -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php