RiX 9 лет назад
Родитель
Сommit
e26f1a6457
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      user.php

+ 1 - 1
user.php

@@ -593,7 +593,7 @@ EOT;
                 
                 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);