diff --git a/index.php b/index.php index ac39388..3789da5 100644 --- a/index.php +++ b/index.php @@ -6,18 +6,19 @@ is_online()) { -

Join on server.thisfro.ch!

-

The Server is:

-

online

-

running version

-

1.16.3


-

Players online

-

0 / 10

+ + if($ms->is_online()) { + echo("

Join on server.thisfro.ch!

"); + echo(

The Server is:

); + echo(

online

); + echo(

running version

); + echo(

%s


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

Players online

); + echo(

%s / %s

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

The Server is:

-

offline

+ echo(

The Server is:

+

offline

); } ?>