aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index b8cea3e80c..79c0a9644b 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -41,7 +41,7 @@ $total_users = get_db_stat($db, 'usercount');
$newest_userdata = get_db_stat($db, 'newestuser');
$newest_user = $newest_userdata["username"];
$newest_uid = $newest_userdata["user_id"];
-$users_browsing = "4 Users";
+$users_browsing = get_db_stat($db, "usersonline") . " Users ";
if(empty($viewcat))
{