diff --git a/index.php b/index.php index 0e258b1..9d36550 100644 --- a/index.php +++ b/index.php @@ -13,13 +13,8 @@ printf("

online

"); 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:

");