15 lines
220 B
PHP
15 lines
220 B
PHP
<?php
|
|
|
|
class leaderboard_edit extends leaderboard_new
|
|
{
|
|
public function __default()
|
|
{
|
|
// Looks up the leaderboard by UID
|
|
|
|
// Checks that the leaderboard is owned by this user
|
|
|
|
// Returns the leaderboard
|
|
}
|
|
}
|
|
|
|
?>
|