]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert "Added some explanatory text to README"
authorEvan Prodromou <evan@status.net>
Sat, 31 Oct 2009 18:33:26 +0000 (14:33 -0400)
committerEvan Prodromou <evan@status.net>
Sat, 31 Oct 2009 18:33:26 +0000 (14:33 -0400)
This reverts commit d2bac158cd0d4a25b3997cdd1ccadc5f08d65943.

README
htaccess.sample

diff --git a/README b/README
index c37893c5a74bbbabff69a71aa2b3a18cc8417bf2..9025512aaafc999af9973ecc3c096f3c4aa98066 100644 (file)
--- a/README
+++ b/README
@@ -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
 "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
 =========
 
index 373108c81650757c0e8e4fb731d47e5d0851c994..91ae9da9be19b7613abb596b85a015be947ab59b 100644 (file)
@@ -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.