diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-15 14:14:56 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-15 14:14:56 +0000 |
| commit | 7791a3126090aef74a00e0b85f3d7779819e75c3 (patch) | |
| tree | 82821f4c3e9b4b7aa72a715a1c971900019cfc90 /phpBB/profile.php | |
| parent | e63c33bb2c82ad59dcc1e21c08041fc7a7973ef0 (diff) | |
| download | forums-7791a3126090aef74a00e0b85f3d7779819e75c3.tar forums-7791a3126090aef74a00e0b85f3d7779819e75c3.tar.gz forums-7791a3126090aef74a00e0b85f3d7779819e75c3.tar.bz2 forums-7791a3126090aef74a00e0b85f3d7779819e75c3.tar.xz forums-7791a3126090aef74a00e0b85f3d7779819e75c3.zip | |
Session code updates
git-svn-id: file:///svn/phpbb/trunk@143 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/profile.php')
| -rw-r--r-- | phpBB/profile.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/profile.php b/phpBB/profile.php index ea8fa05285..0fea4b54a2 100644 --- a/phpBB/profile.php +++ b/phpBB/profile.php @@ -25,6 +25,15 @@ include('extension.inc'); include('common.'.$phpEx); +// +// Start session management +// +$userdata = session_pagestart($user_ip, PAGE_PROFILE, $session_length); +init_userprefs($userdata); +// +// End session management +// + switch($mode) { case 'viewprofile': |
