From 0180a03344d754bf8eaa2577801e53b06dad69b1 Mon Sep 17 00:00:00 2001 From: Kenzaburo Ito Date: Thu, 19 Jul 2001 04:53:32 +0000 Subject: [PATCH] added comment for $g_hide_user_email set file uplaod to be off by default git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@315 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- config_inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config_inc.php b/config_inc.php index d0cf15ba55..11ac41f4ee 100644 --- a/config_inc.php +++ b/config_inc.php @@ -89,7 +89,9 @@ # set to 0 to disable email check $g_validate_email = 1; $g_check_mx_record = 1; - $g_hide_user_email =0; + + # This disables the automatic generation of mailto: links + $g_hide_user_email = 0; ################################ ### Mantis Language Settings ### @@ -235,7 +237,7 @@ # --- file upload settings -------- ### @@@ This should be broken into per project settings and split between bug uploads and project document uploads - $g_allow_file_upload = 1; + $g_allow_file_upload = 0; # Upload destination: specify actual location in project settings # 1 = "disk"