Merge branch 'master' of ssh://git.thisfro.ch:222/thisfro/minecraft-status into master
This commit is contained in:
commit
dfe2502a55
1 changed files with 5 additions and 5 deletions
10
index.php
10
index.php
|
@ -10,11 +10,11 @@
|
|||
if($ms->is_online()) {
|
||||
printf("<h3>Join on server.thisfro.ch!</h3>");
|
||||
printf("<p>The Server is: </p>");
|
||||
echo("<h2 class='online status'>online</h2>");
|
||||
echo("<p>running version</p>");
|
||||
printf("<h2>%s</h2><br>", $ms->get_versrion());
|
||||
echo("<p>Players online</p>");
|
||||
echo("<h2>%s / %s</h2>)"), $ms->get_current_players(), $ms->get_max_players();
|
||||
printf("<h2 class='online status'>online</h2>");
|
||||
printf("<p>running version</p>");
|
||||
printf("<h2>%s</h2><br>", $ms->get_version());
|
||||
printf("<p>Players online</p>");
|
||||
printf("<h2>%s / %s</h2>)"), $ms->get_current_players(), $ms->get_max_players();
|
||||
}
|
||||
else {
|
||||
echo("<p>The Server is:</p>");
|
||||
|
|
Loading…
Reference in a new issue