# ====================================================================== # ====================================================================== # START OF LINES TO ADD TO END OF /config_inc.php # ----------------------------------------------------- # ----------------------------------------------------- # Start of section with MANDATORY customization # ----------------------------------------------------- # Required so links in externally-delivered e-mail have correct # domain name to click back into Mantis. $g_path = 'http://external_domain_name_for_your_AS400.com:89/mantis400/'; # change ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # --- email variables ------------- $g_administrator_email= 'your-e-mail@your-company.com'; $g_webmaster_email= 'your-e-mail@your-company.com'; # the 'From: ' field in emails $g_from_email= 'noreply@your-company.com'; # the return address for bounced mail $g_return_path_email= 'your-e-mail@your-company.com'; # allow email notification - note that if this is disabled, # sign-up and password reset messages will not be sent. $g_enable_email_notification= ON; # FTP settings, used if $g_file_upload_method = FTP $g_file_upload_ftp_server= 'your-company-ftp-server'; $g_file_upload_ftp_user= 'readwriteuser'; $g_file_upload_ftp_pass= 'readwritepass'; # ----------------------------------------------------- # End of section with MANDATORY customization # ----------------------------------------------------- # ----------------------------------------------------- # ----------------------------------------------------- # ----------------------------------------------------- # Start of section with OPTIONAL customization # ----------------------------------------------------- # --- email variables ------------- # the sender name, part of 'From: ' header in emails $g_from_name= 'Mantis400'; # --- sitewide variables ---------- # browser window title $g_window_title = 'Mantis Help Desk - AS/400 i5'; # title at top of html page $g_page_title = 'Mantis Help Desk - AS/400 i5'; # Files that are allowed or not allowed. Separate items by commas. # eg. 'php,html,java,exe,pl' # if $g_allowed_files is filled in NO other file types will be allowed. # $g_disallowed_files takes precedence over $g_allowed_files $g_allowed_files = ''; $g_disallowed_files = 'php,pl,java'; # --- cookie prefix --------------- # set this to a unique identifier. No spaces. $g_cookie_prefix= 'MANTIS400'; # Link to manual for User Documentation. $g_manual_url = 'http://www.mantisbt.org/manual/index.php/'; # String used to generate the confirm_hash for the # 'lost password' feature and captcha code for 'signup' # ATTENTION: CHANGE IT TO WHATEVER VALUE YOU PREFER $g_password_confirm_hash_magic_string = 'cornedbeefhash'; # absolute path (with trailing slash!) to folder which contains # your TrueType-Font files used to create the captcha image and $g_system_font_folder= './fonts/'; $g_font_per_captcha= 'arial.ttf'; # ----------------------------------------------------- # End of section with OPTIONAL customization # ----------------------------------------------------- # ----------------------------------------------------- # END OF LINES TO ADD TO /config_inc.php # ====================================================================== # ======================================================================