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

Join on server.thisfro.ch!

"); - printf("

The Server is:

"); + echo("

Join on server.thisfro.ch!

"); + echo("

The Server is:

"); echo("

online

"); echo("

running version

"); printf("

%s


", $ms->get_versrion());