分类: LINUX
2010-08-12 21:26:36
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'mantis';
$g_db_username = 'root';
$g_db_password = '123456';
$g_default_language='chinese_simplified';
$g_administrator_email = ;
$g_webmaster_email = ;
$g_return_path_email = ;
$g_allow_file_upload = ON;
$g_from_email = ;
$g_enable_email_notification = ON;
$g_smtp_host = 'smtp.163.com';
$g_smtp_username = 'mantisuser';
$g_smtp_password = '123456789';
$g_use_phpMailer = ON;
$g_phpMailer_path = 'C:\wamp\phpmailer';
$g_phpMailer_method = 2;
?>