Skip to content
This repository was archived by the owner on Feb 11, 2018. It is now read-only.

Commit e212da1

Browse files
author
Sam Collins
committed
Merge pull request #16 from Provokan/patch-2
Added Global Banlist Support
2 parents d806bc4 + 3bb60b3 commit e212da1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

views/life/editPlayer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ function getPlayerSkin($input, $list)
151151
$alias = str_replace('`]"', "", $alias);
152152

153153
echo '<center><img alt="' . $alias . '" src="' . $settings['url'] . 'assets/img/uniform/' . getPlayerSkin($player->civ_gear, $playerSkins) . '.jpg">';
154+
echo "<h5 style='word-wrap: break-word; '> <a href='http://playerindex.de/check.aspx?id=" . $pGID . "' class='btn btn-xs btn-warning' target='_blank' role='button'>Check Playerindex Ban </a></h5>";
154155
if ($_SESSION['permissions']['view']['steam'] && $settings['vacTest']) {
155156
echo '<div id="vacBan"></div>';
156157
}
@@ -764,4 +765,4 @@ function getPlayerSkin($input, $list)
764765
</div>
765766
</div>
766767

767-
<?php } else echo "<h1>" . errorMessage(36, $lang) . "</h1>";
768+
<?php } else echo "<h1>" . errorMessage(36, $lang) . "</h1>";

0 commit comments

Comments
 (0)