mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Session code updates
git-svn-id: file:///svn/phpbb/trunk@143 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -72,6 +72,16 @@ define(POST_USERS_URL, 'u');
|
||||
// Session parameters
|
||||
define(AUTOLOGON, 0);
|
||||
|
||||
// Page numbers for session handling
|
||||
define(PAGE_INDEX, 0);
|
||||
define(PAGE_LOGIN, -1);
|
||||
define(PAGE_SEARCH, -2);
|
||||
define(PAGE_REGISTER, -3);
|
||||
define(PAGE_PROFILE, -4);
|
||||
define(PAGE_VIEWONLINE, -6);
|
||||
define(PAGE_VIEWMEMBERS, -7);
|
||||
define(PAGE_FAQ, -8);
|
||||
|
||||
define('BANLIST_TABLE', $table_prefix.'banlist');
|
||||
define('CATEGORIES_TABLE', $table_prefix.'categories');
|
||||
define('CONFIG_TABLE', $table_prefix.'config');
|
||||
|
Reference in New Issue
Block a user