mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Update toponline.php
This commit is contained in:
parent
351e4ab7ae
commit
e2ec96e22c
@ -41,7 +41,7 @@ elseif($type == "sum")
|
||||
elseif($type >= 1 && $type <= 4)
|
||||
$znotePlayers = mysql_select_multi('SELECT * FROM `znote_players` AS `z` JOIN `players` AS `p` WHERE `p`.`id`=`z`.`player_id` and `p`.`group_id` < 3 ORDER BY `onlinetime' . (int) $type . '` DESC LIMIT '.$limit);
|
||||
|
||||
echo '<CENTER><H2>Most online on Server name</H2></CENTER>
|
||||
echo '<CENTER><H2>Most online on <?php echo $config['site_title'] ?></H2></CENTER>
|
||||
<BR>
|
||||
<table class="table table-striped">
|
||||
<td><center><b>#</b></center></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user