mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-16 16:49:01 +00:00
7 lines
108 B
PHP
7 lines
108 B
PHP
![]() |
<?php
|
||
|
$mobs ??= [];
|
||
|
?>
|
||
|
<h1>Results</h1>
|
||
|
<?php
|
||
|
require_once __DIR__ . '/../fragments/mobList.php';
|
||
|
?>
|