Compare commits

...

2 commits

View file

@ -8,8 +8,8 @@
$ms = new MineStat("localhost");
if($ms->is_online()) {
echo("<h3>Join on server.thisfro.ch!</h3>");
echo("<p>The Server is: </p>");
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());