Compare commits

..

No commits in common. "815ee680cc164d455242df373f06a31f7d8bcf1c" and "787f76ed7c15d129d30b4cb8636d343db70a1fe1" have entirely different histories.

View file

@ -10,11 +10,11 @@
if($ms->is_online()) { if($ms->is_online()) {
printf("<h3>Join on server.thisfro.ch!</h3>"); printf("<h3>Join on server.thisfro.ch!</h3>");
printf("<p>The Server is: </p>"); printf("<p>The Server is: </p>");
printf("<h2 class='online status'>online</h2>"); echo("<h2 class='online status'>online</h2>");
printf("<p>running version</p>"); echo("<p>running version</p>");
printf("<h2>%s</h2><br>", $ms->get_version()); printf("<h2>%s</h2><br>", $ms->get_versrion());
printf("<p>Players online</p>"); echo("<p>Players online</p>");
printf("<h2>%s / %s</h2>)"), $ms->get_current_players(), $ms->get_max_players(); echo("<h2>%s / %s</h2>)"), $ms->get_current_players(), $ms->get_max_players();
} }
else { else {
echo("<p>The Server is:</p>"); echo("<p>The Server is:</p>");