mirror of
https://github.com/PhantomGamesDevelopment/PGD-Connect--Tribes-2-.git
synced 2026-07-12 23:04:39 +00:00
12 lines
No EOL
191 B
PHP
12 lines
No EOL
191 B
PHP
<html>
|
|
<head>
|
|
<title>TWM 2 Official Top Ranks</title>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
require("expScripts.php");
|
|
echo "<b>TWM2 Official Universal Ranks</b>\n";
|
|
DisplayAll(1);
|
|
?>
|
|
</body>
|
|
</html>
|