diff options
Diffstat (limited to 'include/constants.php')
-rw-r--r-- | include/constants.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/constants.php b/include/constants.php index c44a5cc65..9a8fa1d29 100644 --- a/include/constants.php +++ b/include/constants.php @@ -26,14 +26,10 @@ // +-----------------------------------------------------------------------+ // 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 : 1 = on, 0 = off -define('DEBUG', 0); - // User level define('ANONYMOUS', 2); |