|
23 | 23 |
|
24 | 24 | # This sample file contains the essential files that you MUST
|
25 | 25 | # configure to your specific settings. You may override settings
|
26 |
| -# from config_defaults_inc.php by assigning new values in this file |
| 26 | +# from config_defaults_inc.php by uncommenting the config option |
| 27 | +# and setting its value in this file. |
27 | 28 |
|
28 | 29 | # Rename this file to config_inc.php after configuration.
|
29 | 30 |
|
@@ -52,29 +53,29 @@ $g_smtp_username = ''; # used with PHPMAILER_METHOD_SMTP
|
52 | 53 | $g_smtp_password = ''; # used with PHPMAILER_METHOD_SMTP
|
53 | 54 | $g_administrator_email = 'administrator@example.com';
|
54 | 55 | $g_webmaster_email = 'webmaster@example.com';
|
55 |
| -$g_from_name = 'Mantis Bug Tracker'; |
56 | 56 | $g_from_email = 'noreply@example.com'; # the "From: " field in emails
|
57 | 57 | $g_return_path_email = 'admin@example.com'; # the return address for bounced mail
|
58 |
| -$g_email_receive_own = OFF; |
59 |
| -$g_email_send_using_cronjob = OFF; |
| 58 | +# $g_from_name = 'Mantis Bug Tracker'; |
| 59 | +# $g_email_receive_own = OFF; |
| 60 | +# $g_email_send_using_cronjob = OFF; |
60 | 61 |
|
61 | 62 | # --- Attachments / File Uploads ---
|
62 |
| -$g_allow_file_upload = ON; |
63 |
| -$g_file_upload_method = DATABASE; # or DISK |
64 |
| -$g_absolute_path_default_upload_folder = ''; # used with DISK, must contain trailing \ or /. |
65 |
| -$g_max_file_size = 5000000; # in bytes |
66 |
| -$g_preview_attachments_inline_max_size = 256 * 1024; |
67 |
| -$g_allowed_files = ''; # extensions comma separated, e.g. 'php,html,java,exe,pl' |
68 |
| -$g_disallowed_files = ''; # extensions comma separated |
| 63 | +# $g_allow_file_upload = ON; |
| 64 | +# $g_file_upload_method = DATABASE; # or DISK |
| 65 | +# $g_absolute_path_default_upload_folder = ''; # used with DISK, must contain trailing \ or /. |
| 66 | +# $g_max_file_size = 5000000; # in bytes |
| 67 | +# $g_preview_attachments_inline_max_size = 256 * 1024; |
| 68 | +# $g_allowed_files = ''; # extensions comma separated, e.g. 'php,html,java,exe,pl' |
| 69 | +# $g_disallowed_files = ''; # extensions comma separated |
69 | 70 |
|
70 | 71 | # --- Branding ---
|
71 |
| -$g_window_title = 'MantisBT'; |
72 |
| -$g_logo_image = 'images/mantis_logo.gif'; |
73 |
| -$g_favicon_image = 'images/favicon.ico'; |
| 72 | +# $g_window_title = 'MantisBT'; |
| 73 | +# $g_logo_image = 'images/mantis_logo_232x80.png'; |
| 74 | +# $g_favicon_image = 'images/favicon.ico'; |
74 | 75 |
|
75 | 76 | # --- Real names ---
|
76 |
| -$g_show_realname = OFF; |
77 |
| -$g_show_user_realname_threshold = NOBODY; # Set to access level (e.g. VIEWER, REPORTER, DEVELOPER, MANAGER, etc) |
| 77 | +# $g_show_realname = OFF; |
| 78 | +# $g_show_user_realname_threshold = NOBODY; # Set to access level (e.g. VIEWER, REPORTER, DEVELOPER, MANAGER, etc) |
78 | 79 |
|
79 | 80 | # --- Others ---
|
80 |
| -$g_default_home_page = 'my_view_page.php'; # Set to name of page to go to after login |
| 81 | +# $g_default_home_page = 'my_view_page.php'; # Set to name of page to go to after login |
0 commit comments