aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 46f9d4e602..935ed37771 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);
@@ -61,6 +61,7 @@ define(SESSION_CREATE, 4);
define(NO_TOPICS, 5);
define(GENERAL_ERROR, 6);
define(LOGIN_FAILED, 7);
+define(GENERAL_MESSAGE, 10);
// Private messaging
define(PRIVMSGS_READ_MAIL, 0);