Merge branch 'master' of ssh://git.thisfro.ch:222/thisfro/minecraft-status into master
This commit is contained in:
commit
19a8d6a4e4
1 changed files with 5 additions and 0 deletions
|
@ -13,8 +13,13 @@
|
|||
printf("<h2 class='online status'>online</h2>");
|
||||
printf("<p>running version:</p>");
|
||||
printf("<h2>%s</h2><br>", $ms->get_version());
|
||||
<<<<<<< HEAD
|
||||
printf("<p>Players online:</p>");
|
||||
printf("<h2>%s / %s</h2>", $ms->get_current_players(), $ms->get_max_players());
|
||||
=======
|
||||
printf("<p>Players online</p>");
|
||||
printf("<h2>%s / %s</h2>)", $ms->get_current_players(), $ms->get_max_players();
|
||||
>>>>>>> effa2a3d35936394ce471d0870b9ac188b0177f9
|
||||
}
|
||||
else {
|
||||
echo("<p>The Server is:</p>");
|
||||
|
|
Loading…
Reference in a new issue