Skip to content

Commit

Permalink
Some updates to the sample config_inc.php.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2952 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Sep 12, 2004
1 parent 15af53a commit 4a2839d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions config_inc.php.sample
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: config_inc.php.sample,v 1.13 2004-08-15 23:13:02 thraxisp Exp $
# $Id: config_inc.php.sample,v 1.14 2004-09-12 12:23:35 vboctor Exp $
# --------------------------------------------------------

# This sample file contains the essential files that you MUST
Expand All @@ -29,7 +29,6 @@

# set these values to match your setup
$g_hostname = "localhost";
$g_port = 3306; # 3306 is default
$g_db_username = "root";
$g_db_password = "";
$g_database_name = "bugtracker";
Expand All @@ -44,20 +43,10 @@
# the return address for bounced mail
$g_return_path_email = 'admin@example.com';

# --- login method ----------------
# CRYPT or PLAIN or MD5 or LDAP or BASIC_AUTH
$g_login_method = MD5;

# --- email vars ------------------
# set to OFF to disable email check
# These should be OFF for Windows installations
$g_validate_email = OFF;
$g_check_mx_record = OFF;

# --- file upload settings --------
# This is the master setting to disable *all* file uploading functionality
#
# The default value is ON but you must make sure file uploading is enabled
# in PHP as well. You may need to add "file_uploads = TRUE" to your php.ini.
$g_allow_file_upload = ON;
?>
?>

0 comments on commit 4a2839d

Please sign in to comment.