From e33b5d091f125b8b757f4fce6520324882f8010d Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Wed, 1 Aug 2012 12:03:17 -0700 Subject: Fix; Tutorial bandaid. Fix; Scoreboard alignment issue. Update; About page. --- do.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'do.php') 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; -- cgit v1.2.3