Config.php (tine20-2020.08.3) | : | Config.php (tine20-2020.08.4) | ||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
*/ | */ | |||
class Tinebase_Config extends Tinebase_Config_Abstract | class Tinebase_Config extends Tinebase_Config_Abstract | |||
{ | { | |||
const APP_NAME = 'Tinebase'; | const APP_NAME = 'Tinebase'; | |||
/** | /** | |||
* the current Tinebase version | * the current Tinebase version | |||
* | * | |||
* @var int | * @var int | |||
*/ | */ | |||
const TINEBASE_VERSION = 13; | const TINEBASE_VERSION = 14; | |||
/** | /** | |||
* access log rotation in days | * access log rotation in days | |||
* | * | |||
* @var string | * @var string | |||
*/ | */ | |||
const ACCESS_LOG_ROTATION_DAYS = 'accessLogRotationDays'; | const ACCESS_LOG_ROTATION_DAYS = 'accessLogRotationDays'; | |||
/** | /** | |||
* area locks | * area locks | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |