Line 0
Link Here
|
|
|
1 |
--- config_defaults_inc.php.orig 2015-11-02 10:57:53 UTC |
2 |
+++ config_defaults_inc.php |
3 |
@@ -2347,9 +2347,13 @@ |
4 |
|
5 |
/** |
6 |
* Threshold needed to view project documentation |
7 |
+ * Note: setting this to ANYBODY will let any user download attachments |
8 |
+ * from private projects, regardless of their being a member of it. |
9 |
+ * @see $g_enable_project_documentation |
10 |
+ * @see $g_upload_project_file_threshold |
11 |
* @global int $g_view_proj_doc_threshold |
12 |
*/ |
13 |
- $g_view_proj_doc_threshold = ANYBODY; |
14 |
+ $g_view_proj_doc_threshold = VIEWER; |
15 |
|
16 |
/** |
17 |
* Site manager |
18 |
yes |
19 |
native |
20 |
text/plain |