Start adding forums.php

This commit is contained in:
SilicaAndPina 2021-07-10 03:01:37 +12:00
parent db82b96faa
commit 1900da2abf
159 changed files with 232 additions and 261 deletions

View file

@ -251,7 +251,7 @@ function isUserOnline($database, $id)
return $count>0;
}
function getNoModPlayersOnlineInServer($database)
function getNoModPlayersOnlineInServer($database)
{
include('config.php');
$dbname = $database;