diff options
author | gweltas <gweltas@piwigo.org> | 2004-09-07 20:10:36 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-09-07 20:10:36 +0000 |
commit | eaad1d61d71e48359fe7b3abfdd91f27f5f33a1b (patch) | |
tree | f4fc3d36d0c0bf43b336730d3ccb758adb3b96aa /include/constants.php | |
parent | 47a1e49c1e7b09403ce567f30c31a15856a8fdae (diff) |
Minor bugs correction
git-svn-id: http://piwigo.org/svn/trunk@519 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index ccb2ecd34..be641fd10 100644 --- a/include/constants.php +++ b/include/constants.php @@ -25,8 +25,11 @@ // | USA. | // +-----------------------------------------------------------------------+ -// Default Language +// Default settings define('DEFAULT_LANGUAGE', 'en_UK.iso-8859-1'); +define('PHPWG_VERSION', 'BSF'); +define('PHPWG_URL', 'http://www.phpwebgallery.net'); +define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); // Debug Level define('DEBUG', 1); // Debugging on |