diff options
Diffstat (limited to 'do.php')
-rw-r--r-- | do.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -212,6 +212,7 @@ if ($_GET['r'] == 'getpath') { if ($_GET['isChallenge'] == 'true' AND isChallengeMap($mapID)) {
// $firephp->log('Calling challenges');
+ $json['info'][] = 'Executed as a challenge';
$json['completedChallenges'] = getCompletedChallenges($userID, $mapID, $solution, $moves, $json['path']);
// $firephp->log('Challenges called!');
die(json_encode($json));
|