summaryrefslogtreecommitdiffstats
path: root/do.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-08-01 12:03:17 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-08-01 12:03:17 -0700
commite33b5d091f125b8b757f4fce6520324882f8010d (patch)
treeb3518305c680b48c7442b05ceda4441f9a064e32 /do.php
parent2d290b23c402561ef30c1de665895c120dd79483 (diff)
downloadpathery-e33b5d091f125b8b757f4fce6520324882f8010d.tar.xz
Fix; Tutorial bandaid.
Fix; Scoreboard alignment issue. Update; About page.
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;