Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kenzaburo Ito committed Jul 19, 2001
1 parent 0e8930b commit 0180a03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config_inc.php
Expand Up @@ -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 ###
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0180a03

Please sign in to comment.