Compare commits

...

2 Commits

Author SHA1 Message Date
Carolus Bramnatyo Seno Mahesworo
87dff5cb9e Merge branch 'dev' of https://git-eng.ukwms.ac.id/2526-web/kelompok12-codebeater into dev 2025-12-01 15:04:37 +07:00
Carolus Bramnatyo Seno Mahesworo
f691c8e0d1 leaderboard fix 2025-12-01 15:03:56 +07:00

View File

@ -79,6 +79,18 @@ if($result){
} }
?> ?>
</tbody> </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> </table>
</div> </div>
</div> </div>