summaryrefslogtreecommitdiffstats
path: root/do.php
diff options
context:
space:
mode:
Diffstat (limited to 'do.php')
-rw-r--r--do.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/do.php b/do.php
index 2a83751..549cfaf 100644
--- a/do.php
+++ b/do.php
@@ -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;