diff --git a/index.php b/index.php index 23b9025..db43e4a 100644 --- a/index.php +++ b/index.php @@ -10,11 +10,11 @@ if($ms->is_online()) { printf("

Join on server.thisfro.ch!

"); printf("

The Server is:

"); - printf("

online

"); - printf("

running version

"); - printf("

%s


", $ms->get_version()); - printf("

Players online

"); - printf("

%s / %s

)"), $ms->get_current_players(), $ms->get_max_players(); + echo("

online

"); + echo("

running version

"); + printf("

%s


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

Players online

"); + echo("

%s / %s

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

The Server is:

");