1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 08:12:17 +02:00

I taught I taw a puty tat

git-svn-id: file:///svn/phpbb/trunk@433 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-06-05 23:16:02 +00:00
parent b3cd4a4d36
commit 6ac0e7b4b3

View File

@ -61,6 +61,7 @@ define(POST_TOPIC_URL, 't');
define(POST_FORUM_URL, 'f');
define(POST_USERS_URL, 'u');
define(POST_POST_URL, 'p');
define(POST_GROUPS_URL, 'g');
// Session parameters
define(SESSION_METHOD_COOKIE, 100);
@ -83,18 +84,17 @@ define(AUTH_ALL, 0);
define(AUTH_REG, 1);
define(AUTH_ACL, 2);
define(AUTH_MOD, 3);
define(AUTH_SUPERMOD, 4);
define(AUTH_ADMIN, 5);
define(AUTH_VIEW, 0);
define(AUTH_READ, 1);
define(AUTH_POST, 2);
define(AUTH_REPLY, 3);
define(AUTH_EDIT, 4);
define(AUTH_DELETE, 5);
define(AUTH_VOTECREATE, 6);
define(AUTH_VOTE, 7);
define(AUTH_ATTACH, 8);
define(AUTH_VIEW, 1);
define(AUTH_READ, 2);
define(AUTH_POST, 3);
define(AUTH_REPLY, 4);
define(AUTH_EDIT, 5);
define(AUTH_DELETE, 6);
define(AUTH_VOTECREATE, 7);
define(AUTH_VOTE, 8);
define(AUTH_ATTACH, 9);
define(AUTH_LIST_ALL, 10);
// Table names