aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-04-18 06:26:01 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-04-18 06:26:01 +0000
commit3b5a1b549ae91407e713521ff0c4083bd85d7702 (patch)
tree926788433ae36d617b8e3a56230ca22b7df6cd7a /phpBB/posting.php
parent55ef5ae794c2d8c90155544f4d6cef724efce4af (diff)
downloadforums-3b5a1b549ae91407e713521ff0c4083bd85d7702.tar
forums-3b5a1b549ae91407e713521ff0c4083bd85d7702.tar.gz
forums-3b5a1b549ae91407e713521ff0c4083bd85d7702.tar.bz2
forums-3b5a1b549ae91407e713521ff0c4083bd85d7702.tar.xz
forums-3b5a1b549ae91407e713521ff0c4083bd85d7702.zip
Most of profile and registration done
git-svn-id: file:///svn/phpbb/trunk@171 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index d1f094c880..6d41f2b8c5 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -24,6 +24,16 @@
include('extension.inc');
include('common.'.$phpEx);
+//
+// Start session management
+//
+$userdata = session_pagestart($user_ip, PAGE_POSTING, $session_length);
+init_userprefs($userdata);
+//
+// End session management
+//
+
+
if($submit && !$preview)
{
switch($mode)