mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00: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
2 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ include('template.inc');
|
||||||
include('functions/sessions.'.$phpEx);
|
include('functions/sessions.'.$phpEx);
|
||||||
include('functions/auth.'.$phpEx);
|
include('functions/auth.'.$phpEx);
|
||||||
include('functions/functions.'.$phpEx);
|
include('functions/functions.'.$phpEx);
|
||||||
include('db.'.$phpEx);
|
|
||||||
include('functions/error.'.$phpEx);
|
include('functions/error.'.$phpEx);
|
||||||
|
include('db.'.$phpEx);
|
||||||
|
|
||||||
$total_users = get_user_count($db, $users_table);
|
$total_users = get_user_count($db, $users_table);
|
||||||
$total_posts = get_total_posts($db, $forums_table);
|
$total_posts = get_total_posts($db, $forums_table);
|
||||||
|
|
|
@ -27,8 +27,8 @@ include('template.inc');
|
||||||
include('functions/sessions.'.$phpEx);
|
include('functions/sessions.'.$phpEx);
|
||||||
include('functions/auth.'.$phpEx);
|
include('functions/auth.'.$phpEx);
|
||||||
include('functions/functions.'.$phpEx);
|
include('functions/functions.'.$phpEx);
|
||||||
include('db.'.$phpEx);
|
|
||||||
include('functions/error.'.$phpEx);
|
include('functions/error.'.$phpEx);
|
||||||
|
include('db.'.$phpEx);
|
||||||
|
|
||||||
if(isset($forum_id))
|
if(isset($forum_id))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue