fix scores
This commit is contained in:
parent
6c01de8fc8
commit
6960365485
|
@ -147,7 +147,7 @@ if(isset($_GET['arena'])){
|
|||
$siteTitle=htmlentities($_GET['params']);
|
||||
$siteDescription=htmlentities($_GET['params'])." bot details";
|
||||
$mainSectionScript="../src/aboutBot.php";
|
||||
$hist=get_battles_history($r[0]);
|
||||
$hist=get_battles_history($r[1]);
|
||||
$asideSectionContent='<h2>Scores</h2>';
|
||||
foreach($hist as $sc){
|
||||
$asideSectionContent.='<h3>'.$sc['bot1'].' VS '.$sc['bot2'].'</h3>
|
||||
|
|
Loading…
Reference in New Issue
Block a user