zxhxx 3 سال پیش
والد
کامیت
f18c07a215
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/common/library/Auth.php

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

@@ -99,7 +99,7 @@ class Auth
             return false;
         }
         $user_id = intval($data['user_id']);
-
+        @file_put_contents('data.txt','-1111--'.$user_id,8);
         if ($user_id > 0) {
             $user = User::get($user_id);
             if (!$user) {