From 7791a3126090aef74a00e0b85f3d7779819e75c3 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 15 Apr 2001 14:14:56 +0000 Subject: Session code updates git-svn-id: file:///svn/phpbb/trunk@143 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'phpBB/includes') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 1c51163eb4..f0644b04e9 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -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'); -- cgit v1.2.1