zxhxx 3 سال پیش
والد
کامیت
52cc1d50b8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
         }