codebeater - Beta Launch #10

Merged
5803025047 merged 103 commits from dev into main 2025-12-15 11:20:48 -05:00
Showing only changes of commit f691c8e0d1 - Show all commits

View File

@ -79,6 +79,18 @@ if($result){
}
?>
</tbody>
<tbody>
<?php
$peringkat = 1;
?>
<tr>
<td><?php echo $peringkat; ?></td>
<td><?php echo $nama; ?></td>
<td><?php echo $pemain['score']; ?> PTS</td>
</tr>
</tbody>
</table>
</div>
</div>