Index: /branches/dev/html/mobile/nonmember/json.php
===================================================================
--- /branches/dev/html/mobile/nonmember/json.php	(revision 12941)
+++ /branches/dev/html/mobile/nonmember/json.php	(revision 12947)
@@ -7,4 +7,4 @@
  */
  header("Content-Type: text/json; charset=utf-8");
-echo "{ 'POST' : '$pos' , 'GET' : '$get' }";
+echo $_POST['test'];
 ?>
