Skip to content

Commit

Permalink
user location debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellDias committed Nov 26, 2011
1 parent 4065aa3 commit 320b0e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion receive-location.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
$postdata = file_get_contents("php://input");

$user = json_decode($postdata, true);
$user['location'] = array(-27.4673492,153.0246638);
//$user['location'][0] = lat
//$user['location'][1] = long

Expand Down

0 comments on commit 320b0e1

Please sign in to comment.