Add player count to index

This commit is contained in:
Robert Miles 2019-04-14 14:44:31 +00:00
parent 8467344270
commit 479c106612
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<div class="well" style="padding-top:0px;"><h3>Status</h3>
<p>The modded server is <?=$isrunning?"<em>ONLINE</em>":"<b>OFFLINE</b>"?>.</p>
<p>The server is <b><?=$status->whitelisted?"whitelisted":"offline"?></b>.</p>
<p>There <?=$status->players->online==1?"is":"are"?> <?=$status->players->online?> player<?=$status->players->online==1?"":"s"?> online out of <?=$status->players->max?> maximum.</p>
</div>
<p>We are running a modded Min<?=$gag[array_rand($gag)]?>raft server!</p>
<p>The modpack is <a href="//khuxkm.tilde.team/ftmodpack">futuro t&eacute;cnico</a>, created by khuxkm.</p>