move the language info, fix dir for locales

darcs-hash:20080730035446-84dde-8ce202ea6956bb49e1be98307136fc299862ab9b.gz
This commit is contained in:
Evan Prodromou
2008-07-29 23:54:46 -04:00
parent ba3ca4f6bb
commit 353aa5a0d8
2 changed files with 8 additions and 7 deletions

View File

@@ -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,