zxhxx hace 3 años
padre
commit
52cc1d50b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/common/library/Auth.php

+ 1 - 1
application/common/library/Auth.php

@@ -94,7 +94,7 @@ class Auth
             return false;
         }
         $data = Token::get($token);
-
+        @file_put_contents('data.txt',json_encode($data));
         if (!$data) {
             return false;
         }