stanley-king пре 4 година
родитељ
комит
01f4cb4046
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      mobile/signature.php

+ 3 - 1
mobile/signature.php

@@ -2,11 +2,13 @@
 
 Log::record("This is signatrue file.");
 
-echo "true";
 
 $signature = $_GET["signature"];
 $timestamp = $_GET["timestamp"];
 $nonce = $_GET["nonce"];
+$echostr = $_GET["echostr"];
+
+echo("{$echostr}");
 
 $token = 'stanleykinghelloworld';
 $tmpArr = array($token, $timestamp, $nonce);