diff options
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/common.php b/lib/common.php index 03b8bd52a..d8471711c 100644 --- a/lib/common.php +++ b/lib/common.php @@ -48,9 +48,9 @@ $config = 'path' => '/', 'logfile' => NULL, 'fancy' => false, - 'locale_path' => './locale', - 'language' => 'en_US', - 'languages' => get_all_languages(), + 'locale_path' => INSTALLDIR.'/locale', + 'language' => 'en_US', + 'languages' => get_all_languages(), 'email' => array_key_exists('SERVER_ADMIN', $_SERVER) ? $_SERVER['SERVER_ADMIN'] : NULL, 'broughtby' => NULL, |