diff --git a/index.php b/index.php index 6db7cf1..db43e4a 100644 --- a/index.php +++ b/index.php @@ -8,8 +8,8 @@ $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

"); printf("

%s


", $ms->get_versrion());