Skip to content

Commit 2d182b1

Browse files
author
UnclearWall
committedOct 11, 2012
Updated Player serach for new table changes.
1 parent d41009f commit 2d182b1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
 

‎search.php

+2-7
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,7 @@
9696
<td><strong>total_survivor_kills:</strong></td>
9797
<td align="right"><?php echo $row['total_survivor_kills'];?></td>
9898
</tr>
99-
<tr>
100-
<td><img src="./images/vehicles.png" width="24" height="24" /></td>
101-
<td><strong>is_whitelisted:</strong></td>
102-
<td align="right"><?php echo $row['is_whitelisted'];?></td>
103-
</tr>
104-
99+
105100
</table>
106101
</div>
107102
<div class="clear"></div>
@@ -121,7 +116,7 @@
121116
<div id="footer">
122117
<!-- start footer-left -->
123118
<div id="footer-left">
124-
<a href="admin.php">M4H Stats &copy; Copyright 2006-2012 M4H</a>. All rights reserved.</div>
119+
<a href="admin.php"><?php echo $sitename ?> &copy; Copyright 2006-2012</a>. All rights reserved. Redesigned By UnclearWall</div>
125120
<!-- end footer-left -->
126121
<div class="clear">&nbsp;</div>
127122
</div>

0 commit comments

Comments
 (0)