diff options
Diffstat (limited to 'phpBB/index.php')
| -rw-r--r-- | phpBB/index.php | 2 |
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); |
