mirror of
https://github.com/PhantomGamesDevelopment/PGD-Connect--Tribes-2-.git
synced 2026-01-19 19:44:46 +00:00
7 lines
100 B
PHP
7 lines
100 B
PHP
<?php
|
|
include("challengeList.php");
|
|
echo outLastTimes() ."\n";
|
|
outTWM2Challenges();
|
|
echo "#EOF";
|
|
|
|
?>
|