Kaynağa Gözat

But it works!

RiX 9 yıl önce
ebeveyn
işleme
e26f1a6457
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      user.php

+ 1 - 1
user.php

@@ -593,7 +593,7 @@ EOT;
                 
                 
                 if(file_exists(FAIL_LOG)) { 
                 if(file_exists(FAIL_LOG)) { 
                     
                     
-                    $getFailLog = file_get_contents(FAIL_LOG); 
+                    $getFailLog = str_replace("\r\ndate", "date", file_get_contents(FAIL_LOG));
                     
                     
                     $gotFailLog = json_decode($getFailLog, true);
                     $gotFailLog = json_decode($getFailLog, true);