mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@36 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user