소스 검색

add to locla

stanley-king 4 년 전
부모
커밋
d3c41c21dc
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      mobile/signature.php

+ 6 - 6
mobile/signature.php

@@ -1,11 +1,11 @@
 <?php
 
-Log::record("This is signatrue file.");
-
-$signature = $_GET["signature"];
-$timestamp = $_GET["timestamp"];
-$nonce = $_GET["nonce"];
-$echostr = $_GET["echostr"];
+//Log::record("This is signatrue file.");
+//
+//$signature = $_GET["signature"];
+//$timestamp = $_GET["timestamp"];
+//$nonce = $_GET["nonce"];
+//$echostr = $_GET["echostr"];
 
 echo ('SUCCESS');