Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../var/softacul.../eventum
File: config.php
<?php
[0] Fix | Delete
[1] Fix | Delete
/*
[2] Fix | Delete
* This file is part of the Eventum (Issue Tracking System) package.
[3] Fix | Delete
*
[4] Fix | Delete
* @copyright (c) Eventum Team
[5] Fix | Delete
* @license GNU General Public License, version 2 or later (GPL-2+)
[6] Fix | Delete
*
[7] Fix | Delete
* For the full copyright and license information,
[8] Fix | Delete
* please see the COPYING and AUTHORS files
[9] Fix | Delete
* that were distributed with this source code.
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
// This is an template config file for the eventum setup.
[13] Fix | Delete
// Setup will process this and save as config/config.php.
[14] Fix | Delete
// You can remove this comment :)
[15] Fix | Delete
[16] Fix | Delete
// Contains constants defined for this specific eventum installation.
[17] Fix | Delete
// This file will not be overwritten when upgrading Eventum
[18] Fix | Delete
[19] Fix | Delete
define('APP_NAME', 'Eventum');
[20] Fix | Delete
define('APP_SHORT_NAME', APP_NAME); // used in the subject of notification emails
[21] Fix | Delete
define('APP_HOSTNAME', '[[domhost]]');
[22] Fix | Delete
define('APP_SITE_NAME', APP_NAME);
[23] Fix | Delete
define('APP_RELATIVE_URL', '[[relativeurl]]/htdocs/');
[24] Fix | Delete
define('APP_BASE_URL', '[[protocol]]://' . APP_HOSTNAME . APP_RELATIVE_URL);
[25] Fix | Delete
define('APP_COOKIE_URL', APP_RELATIVE_URL);
[26] Fix | Delete
define('APP_COOKIE_DOMAIN', null);
[27] Fix | Delete
define('APP_COOKIE', 'eventum');
[28] Fix | Delete
define('APP_COOKIE_EXPIRE', time() + (60 * 60 * 8));
[29] Fix | Delete
define('APP_PROJECT_COOKIE', 'eventum_project');
[30] Fix | Delete
define('APP_PROJECT_COOKIE_EXPIRE', time() + (60 * 60 * 24 * 30)); // 30 days
[31] Fix | Delete
[32] Fix | Delete
define('APP_DEFAULT_PAGER_SIZE', 5);
[33] Fix | Delete
define('APP_DEFAULT_REFRESH_RATE', 5); // in minutes
[34] Fix | Delete
[35] Fix | Delete
// new users will use these for default preferences
[36] Fix | Delete
// if the user will receive an email when an issue is assigned to him
[37] Fix | Delete
define('APP_DEFAULT_ASSIGNED_EMAILS', true);
[38] Fix | Delete
// if the user will receive an email when ANY issue is created
[39] Fix | Delete
define('APP_DEFAULT_NEW_EMAILS', false);
[40] Fix | Delete
// locale used for localized messages
[41] Fix | Delete
define('APP_DEFAULT_LOCALE', 'en_US');
[42] Fix | Delete
// timezone for displayed times in web and emails
[43] Fix | Delete
define('APP_DEFAULT_TIMEZONE', 'America/New_York');
[44] Fix | Delete
// default day of week start: 0 = sunday; 1 = monday
[45] Fix | Delete
define('APP_DEFAULT_WEEKDAY', 0);
[46] Fix | Delete
[47] Fix | Delete
// application charset, there is no good reason to use anything else than utf8,
[48] Fix | Delete
// unless you use really old mysql which doesn't support charsets
[49] Fix | Delete
define('APP_CHARSET', 'UTF-8');
[50] Fix | Delete
[51] Fix | Delete
// define colors used by eventum
[52] Fix | Delete
define('APP_INTERNAL_COLOR', '#9C494B');
[53] Fix | Delete
[54] Fix | Delete
// define the user_id of system user
[55] Fix | Delete
define('APP_SYSTEM_USER_ID', 1);
[56] Fix | Delete
[57] Fix | Delete
// if full text searching is enabled
[58] Fix | Delete
define('APP_ENABLE_FULLTEXT', true);
[59] Fix | Delete
define('APP_FULLTEXT_SEARCH_CLASS', 'mysql_fulltext_search');
[60] Fix | Delete
[61] Fix | Delete
// 'native' or 'php'. Try native first, if you experience strange issues
[62] Fix | Delete
// such as language switching randomly, try php
[63] Fix | Delete
define('APP_GETTEXT_MODE', 'native');
[64] Fix | Delete
[65] Fix | Delete
// directory where to save routed drafts/notes/emails. use NULL or '' to disable.
[66] Fix | Delete
define('APP_ROUTED_MAILS_SAVEDIR', APP_PATH . '/misc');
[67] Fix | Delete
[68] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function