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