diff --git a/config.php.dist b/config.php.dist index 3e63e69..cfe9304 100644 --- a/config.php.dist +++ b/config.php.dist @@ -13,7 +13,7 @@ function config($basepath){ array(\SYSTEM\CONFIG\config_ids::SYS_SAI_CONFIG_PROJECT, 'neopolimatrix'), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_PATH_SYSTEMPATHREL, 'lib/system/'), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_LANGS, array('deDE','enUS')), - array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DEFAULT_LANG, 'enUS'), + array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DEFAULT_LANG, 'deDE'), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_PATH_CACHE, $basepath.'/cache/'), array(\SYSTEM\CONFIG\config_ids::SYS_CRON_LOG2SQLITE_PATH, $basepath.'/log/')); }