aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-10-02 18:47:06 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-10-02 18:47:06 +0000
commita2bafd86f88b45fc61b838810f7a343145ad6d99 (patch)
tree0ff7399756082a1776ec42696eeb4ca191fc9617 /phpBB/index.php
parent9f8bb469f1b67e6cf5e863106f4d5483ce0524c9 (diff)
downloadforums-a2bafd86f88b45fc61b838810f7a343145ad6d99.tar
forums-a2bafd86f88b45fc61b838810f7a343145ad6d99.tar.gz
forums-a2bafd86f88b45fc61b838810f7a343145ad6d99.tar.bz2
forums-a2bafd86f88b45fc61b838810f7a343145ad6d99.tar.xz
forums-a2bafd86f88b45fc61b838810f7a343145ad6d99.zip
- session changes
git-svn-id: file:///svn/phpbb/trunk@5247 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index e01fdc6809..97bf667475 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -14,13 +14,13 @@ define('IN_PHPBB', true);
$phpbb_root_path = './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.'.$phpEx);
+include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
// Start session management
-$user->start();
+$user->session_begin();
$auth->acl($user->data);
$user->setup();
-include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
display_forums('', $config['load_moderators']);
// Set some stats, get posts count from forums data if we... hum... retrieve all forums data