Skip to content

Commit 8778fb0

Browse files
committed
Remove server online/ offline form servr.php
1 parent 845a523 commit 8778fb0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

server.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@
66
<tr class="server_onl">
77
<td class="status_cell">
88
<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>
9+
<div class="status-letter-online"></div>
1810
</td>
1911
<td title="GAME LINK" class="connectlink_cell"><a href="<?php echo $connectlink ?>"><?php echo $ip . "<span>:" . $gport ."</span>"?></a></td>
2012
<td title="<?php if (isset($title)) {echo $title;} ?>" class="servername_cell">

0 commit comments

Comments
 (0)