summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-04-17 16:19:20 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-04-17 16:19:20 -0700
commit6210d67f7caff9fcf9d4d171430c1a4170000a83 (patch)
tree31c9f1a3439013c2926d43f07d9c6b17114b03dd
parent2423be0ef89645690786060ef2318525c29bedeb (diff)
downloadpathery-6210d67f7caff9fcf9d4d171430c1a4170000a83.tar.xz
Needed for score update
-rw-r--r--do.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/do.php b/do.php
index 1852e9c..a8ad136 100644
--- a/do.php
+++ b/do.php
@@ -41,6 +41,7 @@ if ($_GET['r'] == 'getscores') {
return;
$topscores = topScores($mapID, 30);
$json['scores'] = $topscores;
+ $json['mapid'] = $mapID;
$encoded = json_encode($json);
die($encoded);
}