You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
if (isset($_GET['type']) && $_GET['type'] == 'rating') {
|
|
$config = array('page_len' => 100);
|
|
} else {
|
|
become404Page();
|
|
}
|
|
?>
|
|
<?php echoUOJPageHeader('比赛排行榜') ?>
|
|
<?php echoRanklist($config) ?>
|
|
<?php echoUOJPageFooter() ?>
|