diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-04-17 16:19:20 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-04-17 16:19:20 -0700 |
commit | 6210d67f7caff9fcf9d4d171430c1a4170000a83 (patch) | |
tree | 31c9f1a3439013c2926d43f07d9c6b17114b03dd | |
parent | 2423be0ef89645690786060ef2318525c29bedeb (diff) | |
download | pathery-6210d67f7caff9fcf9d4d171430c1a4170000a83.tar.xz |
Needed for score update
-rw-r--r-- | do.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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);
}
|