summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-10-08 12:13:33 +0800
committerJeffery To <jeffery.to@gmail.com>2009-10-22 12:46:58 +0800
commitd2bac158cd0d4a25b3997cdd1ccadc5f08d65943 (patch)
tree95bb4b86c439ae314552426a28e90137ffaefe10 /htaccess.sample
parent834a876dd0998464cade1cdd0fe2fe8c9ab17dcc (diff)
Added some explanatory text to README
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/htaccess.sample b/htaccess.sample
index 91ae9da9b..373108c81 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -5,8 +5,8 @@
RewriteBase /mublog/
- # If your site is private and want to only allow logged-in users to
- # be able to download file attachments, uncomment this rule.
+ # If your site is private and want access to file attachments
+ # restricted to logged-in users only, uncomment this rule.
#
# If you have a custom attachment path
# ($config['attachments']['path']), change "file/" to match.