Bug 6125 A new option has been added in order to clean the older than 72hrs session files, inside the cache builder options in the Session Maintenance section

This commit is contained in:
Gustavo Adolfo Cruz Laura
2011-02-22 22:12:01 +00:00
parent ad4a86c055
commit 4029c00b1a
2 changed files with 56 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
$labels = G::getTranslations(Array(
'ID_PROCESSING', 'ID_CACHE_LANGUAGE', 'ID_CACHE_HOST', 'ID_CACHE_USER', 'ID_CACHE_PASSWORD',
'ID_CACHE_TITLE_INFO', 'ID_CACHE_SUBTITLE_REBUILD', 'ID_CACHE_BTN_BUILD',
'ID_CACHE_BUILDING', 'ID_CACHE_SUBTITLE_SETUP_DB', 'ID_CACHE_BTN_SETUP_PASSWRD'
'ID_CACHE_BUILDING', 'ID_CACHE_SUBTITLE_SETUP_DB', 'ID_CACHE_BTN_SETUP_PASSWRD', 'ID_CACHE_SUBTITLE_SETUP_SESSION', 'ID_CACHE_BTN_SETUP_SESSION'
));
$oHeadPublisher->assign('TRANSLATIONS', $labels);
// $TRANSLATIONS->ID_PROCESSING = G::LoadTranslation('ID_PROCESSING');