diff options
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 |