diff --git a/conf/config.php b/conf/config.php index 6fb9471..51550c4 100644 --- a/conf/config.php +++ b/conf/config.php @@ -34,6 +34,8 @@ return array( 'tablePrefix' => 'lime_', ), + 'emcache' => array('class' => 'CFileCache'), + // Uncomment the following lines if you need table-based sessions. // Note: Table-based sessions are currently not supported on MSSQL server. // 'session' => array ( diff --git a/manifest.json b/manifest.json index 914a2c0..3070644 100644 --- a/manifest.json +++ b/manifest.json @@ -56,7 +56,7 @@ "en": "Choose the default language of this LimeSurvey", "fr": "Choisissez la langue par défault de LimeSurvey" }, - "choices": ["en", "fr","es", "de"], + "choices": ["de", "en", "es", "fr", "it"], "default": "en" }, {