1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

*** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@35 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-02-23 21:50:53 +00:00
parent 52544a7385
commit f8f5458de8
4 changed files with 49 additions and 2 deletions

View File

@@ -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);