diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-01-05 17:47:37 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-01-05 17:49:28 -0500 |
commit | 250bcfa8dc3ebf3c2c8458f363a62c529eb3a7f6 (patch) | |
tree | 4fd0fb9272a06f38bc3ba7a9522015b92fdd224f /lib | |
parent | 7e01bb8d4f9036a7e1638aa7ba325f7660b5b086 (diff) |
Require users to login to view attachments on private sites
Thank you jeff-themovie for this implementation!
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index eea11eb2b..f2e577149 100644 --- a/lib/default.php +++ b/lib/default.php @@ -54,6 +54,7 @@ $default = 'dupelimit' => 60, # default for same person saying the same thing 'textlimit' => 140, 'indent' => true, + 'use_x_sendfile' => false, ), 'db' => array('database' => 'YOU HAVE TO SET THIS IN config.php', |