1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Session code updates

git-svn-id: file:///svn/phpbb/trunk@143 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-04-15 14:14:56 +00:00
parent e63c33bb2c
commit 7791a31260
9 changed files with 236 additions and 93 deletions

View File

@@ -72,11 +72,4 @@ else
include('language/lang_'.$default_lang.'.'.$phpEx);
//
// Initialise session stuff
// See file for more details ...
//
$userdata = session_pagestart($db, $user_ip, $session_length);
?>