diff --git a/src/application/config/config.php b/src/application/config/config.php index 5b2b281f..b48c2f1e 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -1,18 +1,18 @@ '1.1.0', // This must be changed manually. 'title' => 'Develop' // Leave empty for no title or add BETA, TEST etc ... ); @@ -93,7 +93,7 @@ $config['url_suffix'] = ''; */ $config['language'] = 'english'; // default language $config['available_languages'] = array('english', 'german', 'greek', 'hungarian', 'portuguese', - 'chinese', 'dutch', 'french', 'japanese', 'polish', 'spanish'); + 'chinese', 'dutch', 'french', 'japanese', 'polish', 'spanish', 'italian', 'danish'); /* |-------------------------------------------------------------------------- diff --git a/src/application/config/database.php b/src/application/config/database.php index a31fd903..2bbb6bf7 100644 --- a/src/application/config/database.php +++ b/src/application/config/database.php @@ -48,8 +48,6 @@ $active_group = 'default'; $active_record = TRUE; -require_once __DIR__ . '/../../config.php'; - $db['default']['hostname'] = Config::DB_HOST; $db['default']['username'] = Config::DB_USERNAME; $db['default']['password'] = Config::DB_PASSWORD; diff --git a/src/index.php b/src/index.php index 6132768f..287c1cd2 100644 --- a/src/index.php +++ b/src/index.php @@ -1,5 +1,19 @@