Explorar el Código

But it works!

RiX hace 9 años
padre
commit
e26f1a6457
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);