diff --git a/index.php b/index.php index 5dac6c6..0e258b1 100644 --- a/index.php +++ b/index.php @@ -11,10 +11,15 @@ printf("

Join on server.thisfro.ch!

"); printf("

The Server is:

"); printf("

online

"); - printf("

running version

"); + printf("

running version:

"); printf("

%s


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

Players online:

"); + printf("

%s / %s

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

Players online

"); printf("

%s / %s

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

The Server is:

");