aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-03 00:50:50 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-03 00:50:50 +0000
commit168f0e5fd0af00c3a0665ae9e2e103a8521789f5 (patch)
tree06005d7d99c30c4573abcc9f5a7622a302e23fb8 /phpBB/includes/constants.php
parentfdfd3271d66e8b2be4406c51b8f1e14a189625ad (diff)
downloadforums-168f0e5fd0af00c3a0665ae9e2e103a8521789f5.tar
forums-168f0e5fd0af00c3a0665ae9e2e103a8521789f5.tar.gz
forums-168f0e5fd0af00c3a0665ae9e2e103a8521789f5.tar.bz2
forums-168f0e5fd0af00c3a0665ae9e2e103a8521789f5.tar.xz
forums-168f0e5fd0af00c3a0665ae9e2e103a8521789f5.zip
Spot the mess ups
git-svn-id: file:///svn/phpbb/trunk@544 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 935ed37771..8f4ba92153 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -27,8 +27,8 @@
//
// Debug Level
-//define(DEBUG, 1); // Debugging on
-define(DEBUG, 0); // Debugging off
+define(DEBUG, 1); // Debugging on
+//define(DEBUG, 0); // Debugging off
// User Levels <- Do not change the values of USER or ADMIN
define(DELETED, -1);