diff options
author | Evan Prodromou <evan@status.net> | 2009-10-31 14:33:26 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-31 14:33:26 -0400 |
commit | 446de62d02f372b6755237ae61e08bfcd4bf5100 (patch) | |
tree | 3a881b102ce2ed9f3731b6b9c67f23049b9052c5 /htaccess.sample | |
parent | a5b3ad7bf5e83459cfb163df04e68a88e867b2cd (diff) |
Revert "Added some explanatory text to README"
This reverts commit d2bac158cd0d4a25b3997cdd1ccadc5f08d65943.
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htaccess.sample b/htaccess.sample index 373108c81..91ae9da9b 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -5,8 +5,8 @@ RewriteBase /mublog/ - # If your site is private and want access to file attachments - # restricted to logged-in users only, uncomment this rule. + # If your site is private and want to only allow logged-in users to + # be able to download file attachments, uncomment this rule. # # If you have a custom attachment path # ($config['attachments']['path']), change "file/" to match. |