diff options
Diffstat (limited to 'include/constants.php')
-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 |