From f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 23 Feb 2001 21:50:53 +0000 Subject: *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@35 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/index.php') 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); -- cgit v1.2.1