1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

*** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@36 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-02-23 23:02:02 +00:00
parent f8f5458de8
commit 8523870f8e
2 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ include('template.inc');
include('functions/sessions.'.$phpEx);
include('functions/auth.'.$phpEx);
include('functions/functions.'.$phpEx);
include('db.'.$phpEx);
include('functions/error.'.$phpEx);
include('db.'.$phpEx);
$total_users = get_user_count($db, $users_table);
$total_posts = get_total_posts($db, $forums_table);

View File

@ -27,8 +27,8 @@ include('template.inc');
include('functions/sessions.'.$phpEx);
include('functions/auth.'.$phpEx);
include('functions/functions.'.$phpEx);
include('db.'.$phpEx);
include('functions/error.'.$phpEx);
include('db.'.$phpEx);
if(isset($forum_id))
{