stanley-king 4 years ago
parent
commit
92fe172050
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mobile/signature.php

+ 2 - 1
mobile/signature.php

@@ -1,7 +1,8 @@
 <?php
 
 Log::record("This is signatrue file.");
-return true;
+
+echo "true";
 
 $signature = $_GET["signature"];
 $timestamp = $_GET["timestamp"];