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:
parent
f8f5458de8
commit
8523870f8e
@ -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);
|
||||
|
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user