diff --git a/docbook/Admin_Guide/en-US/Customizing.xml b/docbook/Admin_Guide/en-US/Customizing.xml index f075e08719..254ffddc1a 100644 --- a/docbook/Admin_Guide/en-US/Customizing.xml +++ b/docbook/Admin_Guide/en-US/Customizing.xml @@ -398,7 +398,7 @@ switch( $g_active_language ) { break; default: - # Default language, as defined in config_inc.php + # Default language, as defined in config/config_inc.php # ($g_default_language, English in this case) $s_my_start_date = 'Start Date'; break; @@ -646,7 +646,7 @@ $s_access_levels_enum_string = - The file custom_constants_inc.php is supported for the + The file config/custom_constants_inc.php is supported for the exclusive purpose of allowing administrators to define their own constants while maintaining a simple upgrade path for future releases of MantisBT. Note that this file is not distributed with @@ -659,7 +659,7 @@ define( 'SENIOR_DEVELOPER', 60 ); - In config_inc.php + In config/config_inc.php // Remove Updater and add Senior Developer $g_access_levels_enum_string = @@ -823,7 +823,7 @@ $g_notify_flags['new'] = array( Define a constant to map the new status to. - In the main MantisBT directory, locate and edit file + In subfolder config, locate and edit file custom_constants_inc.php; (create it if it does not exist) @@ -838,7 +838,7 @@ $g_notify_flags['new'] = array( Define the new status in the enumeration, as well as the corresponding color code. - In the main mantisbt directory, edit your + In subfolder config, edit your config_inc.php @@ -879,7 +879,7 @@ $g_status_colors['testing'] = '#ACE7AE'; underscores in the language strings names (e.g. for '35:pending user', use '$s_pending_user_bug_button') - In the main mantisbt directory, locate and edit + In subfolder config, locate and edit the Custom Strings File (see ), create it if it does not exist diff --git a/docbook/Admin_Guide/en-US/Installation.xml b/docbook/Admin_Guide/en-US/Installation.xml index 36ac802304..c594e78093 100644 --- a/docbook/Admin_Guide/en-US/Installation.xml +++ b/docbook/Admin_Guide/en-US/Installation.xml @@ -608,9 +608,9 @@ tar -xf filename.tar new configuration options. - Open or create the file config_inc.php in an - editor and add or modify any values as required. These will - override the default values. + Open or create the file config_inc.php in + subfolder config in an editor and add or modify any values as + required. These will override the default values. You may want to use the provided