stanley-king hace 4 años
padre
commit
92fe172050
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"];