aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-02-23 21:50:53 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-02-23 21:50:53 +0000
commitf8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e (patch)
tree4117f495f5b74bf632f4390b487aab7698e60122 /phpBB/index.php
parent52544a73858205d7aad76d5ca61390a2d4fbd809 (diff)
downloadforums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.tar
forums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.tar.gz
forums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.tar.bz2
forums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.tar.xz
forums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@35 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index 0ac1a4847a..86e191a328 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -24,11 +24,11 @@
include('extension.inc');
include('config.'.$phpEx);
include('template.inc');
-include('functions/error.'.$phpEx);
include('functions/sessions.'.$phpEx);
include('functions/auth.'.$phpEx);
include('functions/functions.'.$phpEx);
include('db.'.$phpEx);
+include('functions/error.'.$phpEx);
$total_users = get_user_count($db, $users_table);
$total_posts = get_total_posts($db, $forums_table);