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 d55174d commit 61ca50fCopy full SHA for 61ca50f
web/pages/playerinfo_general.php
@@ -104,9 +104,10 @@
104
if ($playerdata['country'])
105
{
106
echo 'Location: ';
107
- if ($playerdata['city']) {
108
- echo htmlspecialchars($playerdata['city'], ENT_COMPAT) . ', ';
109
- }
+ // Disabled for privacy reason
+ // if ($playerdata['city']) {
+ // echo htmlspecialchars($playerdata['city'], ENT_COMPAT) . ', ';
110
+ //}
111
echo '<a href="'.$g_options['scripturl'].'?mode=countryclansinfo&flag='.$playerdata['flag']."&game=$game\">" . $playerdata['country'] . '</a>';
112
}
113
else
0 commit comments