diff --git a/index.php b/index.php index db43e4a..23b9025 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:

"); - echo("

online

"); - echo("

running version

"); - printf("

%s


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

Players online

"); - echo("

%s / %s

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

online

"); + printf("

running version

"); + printf("

%s


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

Players online

"); + printf("

%s / %s

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

The Server is:

");