use printf

This commit is contained in:
Jannis Portmann 2020-10-06 13:53:06 +02:00
parent 815ee680cc
commit 08d7a1c389

View file

@ -11,10 +11,10 @@
printf("<h3>Join on server.thisfro.ch!</h3>");
printf("<p>The Server is: </p>");
printf("<h2 class='online status'>online</h2>");
printf("<p>running version</p>");
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();
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>");