Compare commits
2 commits
14ffeaa7aa
...
787f76ed7c
Author | SHA1 | Date | |
---|---|---|---|
787f76ed7c | |||
e422814a6d |
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
$ms = new MineStat("localhost");
|
||||
|
||||
if($ms->is_online()) {
|
||||
echo("<h3>Join on server.thisfro.ch!</h3>");
|
||||
echo("<p>The Server is: </p>");
|
||||
printf("<h3>Join on server.thisfro.ch!</h3>");
|
||||
printf("<p>The Server is: </p>");
|
||||
echo("<h2 class='online status'>online</h2>");
|
||||
echo("<p>running version</p>");
|
||||
printf("<h2>%s</h2><br>", $ms->get_versrion());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue