diff --git a/index.php b/index.php index 23b9025..5dac6c6 100644 --- a/index.php +++ b/index.php @@ -14,7 +14,7 @@ printf("

running version

"); printf("

%s


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

Players online

"); - printf("

%s / %s

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

%s / %s

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

The Server is:

");