stanley-king il y a 4 ans
Parent
commit
92fe172050
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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"];