We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845a523 commit a901441Copy full SHA for a901441
server.php
@@ -6,15 +6,7 @@
6
<tr class="server_onl">
7
<td class="status_cell">
8
<span class="status_icon_onl" style="<?php echo $statusfarbe ?>"></span>
9
- <div class="status-letter-online"><?php
10
- if ($status == "1") {
11
- echo "ONLINE";
12
- }
13
- else {
14
- echo "OFFLINE";
15
- }?>
16
- </div>
17
- <div class="status-letter-offline">OFFLINE</div>
+ <div class="status-letter-online"></div>
18
</td>
19
<td title="GAME LINK" class="connectlink_cell"><a href="<?php echo $connectlink ?>"><?php echo $ip . "<span>:" . $gport ."</span>"?></a></td>
20
<td title="<?php if (isset($title)) {echo $title;} ?>" class="servername_cell">
0 commit comments