diff --git a/index.php b/index.php index 0e258b1..5dac6c6 100644 --- a/index.php +++ b/index.php @@ -11,15 +11,10 @@ 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:

");