change default langage

git-svn-id: http://piwigo.org/svn/trunk@483 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-08-12 18:29:06 +00:00
parent 6f5adec2b3
commit be7e181cc8

View File

@@ -149,7 +149,7 @@ else
if ( !file_exists(@realpath(PHPWG_ROOT_PATH . 'language/' . $language . '/install.lang.php')) )
{
$language = 'en_EN';
$language = 'en_UK.iso-8859-1';
}
include( './language/'.$language.'/common.lang.php' );