Revert "Added some explanatory text to README"

This reverts commit d2bac158cd.
This commit is contained in:
Evan Prodromou 2009-10-31 14:33:26 -04:00
parent a5b3ad7bf5
commit 446de62d02
2 changed files with 2 additions and 6 deletions

4
README
View File

@ -786,10 +786,6 @@ private site, but users of the private site may be able to subscribe
to users on a remote site. (Or not... it's not well tested.) The to users on a remote site. (Or not... it's not well tested.) The
"proper behaviour" hasn't been defined here, so handle with care. "proper behaviour" hasn't been defined here, so handle with care.
If fancy URLs is enabled, access to file attachments can also be
restricted to logged-in users only. Uncomment the appropriate rewrite
rule in .htaccess or your server's httpd.conf.
Upgrading Upgrading
========= =========

View File

@ -5,8 +5,8 @@
RewriteBase /mublog/ RewriteBase /mublog/
# If your site is private and want access to file attachments # If your site is private and want to only allow logged-in users to
# restricted to logged-in users only, uncomment this rule. # be able to download file attachments, uncomment this rule.
# #
# If you have a custom attachment path # If you have a custom attachment path
# ($config['attachments']['path']), change "file/" to match. # ($config['attachments']['path']), change "file/" to match.