diff options
Diffstat (limited to 'include/constants.php')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index 7d955c8f3..c90323414 100644 --- a/include/constants.php +++ b/include/constants.php @@ -28,7 +28,7 @@ define('PHPWG_VERSION', 'Butterfly'); define('PHPWG_DOMAIN', 'phpwebgallery.net'); define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN); -define('PHPWG_DEFAULT_LANGUAGE', 'en_UK.iso-8859-1'); +define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'yoga/clear'); // Error codes |