1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00

Update for messages.php

git-svn-id: file:///svn/phpbb/trunk@542 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-07-03 00:34:15 +00:00
parent 36411723ad
commit 5c0fca1b60

View File

@ -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);