diff --git a/index.php b/index.php index dee06cc..db43e4a 100644 --- a/index.php +++ b/index.php @@ -8,11 +8,11 @@ $ms = new MineStat("localhost"); if($ms->is_online()) { - echo("

Join on server.thisfro.ch!

"); - echo("

The Server is:

"); + printf("

Join on server.thisfro.ch!

"); + printf("

The Server is:

"); echo("

online

"); echo("

running version

"); - echo("

%s


"), $ms->get_versrion(); + printf("

%s


", $ms->get_versrion()); echo("

Players online

"); echo("

%s / %s

)"), $ms->get_current_players(), $ms->get_max_players(); }