diff options
Diffstat (limited to 'do.php')
-rw-r--r-- | do.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ if ($_GET['r'] == 'reqScorePage') { return;
//Include the notification text
- $json = getScores($mapID, $page, 3);
+ $json = getScores($mapID, $page, 10);
$json['mapid'] = $mapID;
$json['page'] = $page;
|