From bf088c76c4c8594a5ccd2144e069d24b31552825 Mon Sep 17 00:00:00 2001 From: Wil Hall Date: Thu, 15 Jun 2017 11:43:11 -0400 Subject: [PATCH] Simplify documentation for htaccess-protect config option --- doc/06-config.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/06-config.md b/doc/06-config.md index 2b32a6dfa..b2af0a2f5 100644 --- a/doc/06-config.md +++ b/doc/06-config.md @@ -269,6 +269,4 @@ Example: Defaults to `true`. If set to `false`, Composer will not create `.htaccess` files in the composer home, cache, and data directories. -Previously, Composer unconditionally created these files to mitigate the potential for someone to expose these directories under their Apache document root. The default value of this option preserves the previous behavior. - ← [Repositories](05-repositories.md) | [Community](07-community.md) →