Skip to content

Commit 6e3c05b

Browse files
committed
Remove no longer used variables, which create a warning in the error log
1 parent 9b078d1 commit 6e3c05b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

server.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
<tbody>
66
<tr class="server_onl">
77
<td class="status_cell">
8-
<span class="status_icon_onl" style="<?php echo $statusfarbe ?>"></span>
8+
<span class="status_icon_onl"></span>
99
<div class="status-letter-online"></div>
1010
</td>
11-
<td title="GAME LINK" class="connectlink_cell"><a href="<?php echo $connectlink ?>"><?php echo $ip . "<span>:" . $gport ."</span>"?></a></td>
12-
<td title="<?php if (isset($title)) {echo $title;} ?>" class="servername_cell">
13-
<div class="servername_nolink"><?php if (isset($title)) {echo $title;} ?></div></td>
14-
<td class="players_cell"><div class="outer_bar"><div class="inner_bar"><span class="players_numeric"><?php echo $countplayers . '/' . $maxplayers;?></span></div></div></td>
15-
<td class="img-cell"><img src="<?php echo $img ?>" width="80px" height="80px" style="float:right;margin-right: 8px;" alt="<?php echo $img ?>"></td>
11+
<td title="GAME LINK" class="connectlink_cell"><a><span></span></a></td>
12+
<td class="servername_cell">
13+
<div class="servername_nolink">Loading...</div>
14+
</td>
15+
<td class="players_cell"><div class="outer_bar"><div class="inner_bar"><span class="players_numeric">0/0</span></div></div></td>
16+
<td class="img-cell"><img width="80px" height="80px" style="float:right;margin-right: 8px;"></td>
1617
</tr>
1718
</tbody>
1819
</table>

0 commit comments

Comments
 (0)