1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +02:00

Profile, prefs, feedback

git-svn-id: file:///svn/phpbb/trunk@4827 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2004-02-11 18:28:24 +00:00
parent f72d117ce5
commit 67755abf25
5 changed files with 664 additions and 59 deletions

View File

@@ -125,6 +125,7 @@ define('MAIL_HIGH_PRIORITY', 2);
define('LOG_ADMIN', 0);
define('LOG_MOD', 1);
define('LOG_CRITICAL', 2);
define('LOG_USERS', 3);
// Private messaging
define('PRIVMSGS_READ_MAIL', 0);