diff options
author | gweltas <gweltas@piwigo.org> | 2004-07-28 17:21:58 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-07-28 17:21:58 +0000 |
commit | 52a3531e7e140077c7fd4ce82acfc085091fffb0 (patch) | |
tree | fd9673b2c25ef12bf28bff8bd2909027ec24d774 /include/constants.php | |
parent | 4cec52cc3cd9a5031de6ee8fc2c56cd151eec3c9 (diff) |
Installation procedure update
git-svn-id: http://piwigo.org/svn/trunk@463 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants.php b/include/constants.php index fb647d8b3..3ac5816f4 100644 --- a/include/constants.php +++ b/include/constants.php @@ -25,6 +25,9 @@ // | USA. | // +-----------------------------------------------------------------------+ +// Default Language +define('DEFAULT_LANGUAGE', 'en_UK.iso-8859-1'); + // Debug Level define('DEBUG', 1); // Debugging on //define('DEBUG', 0); // Debugging off |