This commit is contained in:
Bitl 2017-10-08 17:45:30 -07:00
parent 2f0ba05c08
commit d236620b3c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ echo "<center>";
echo "<h3><b>".noHTML($row['name'])."</b></h3>";
echo "<h3><b>Map: ".noHTML($row['map'])."</b></h3>";
echo "<h3><b>Client: ".noHTML(base64_decode($row['client']))."</b></h3>";
echo "<h3><b>Version: ".noHTML($_POST['version'])."</b></h3>";
echo "<h3><b>Version: ".noHTML($row['version'])."</b></h3>";
echo "<h3><b>Player Limit: ".noHTML($row['playerlimit'])."</b></h3>";
echo "<h3><b> Creation Time: ".noHTML($row['date'])."</b></h3>";
$stringbuild = $row['ip']."|".$row['port']."|".$row['client'];