aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-08-12 18:29:06 +0000
committerz0rglub <z0rglub@piwigo.org>2004-08-12 18:29:06 +0000
commitbe7e181cc8f8ef51e0727be2caef0a2973677cd7 (patch)
tree9bdb468939c61233c40c297f9eb61e6f5d7fd95d /install.php
parent6f5adec2b3db1bfcde0fa7c01f2635f78f6e1bb5 (diff)
change default langage
git-svn-id: http://piwigo.org/svn/trunk@483 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 6f3a3188f..6e7fd969f 100644
--- a/install.php
+++ b/install.php
@@ -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' );