Explorar o código

But it works!

RiX %!s(int64=9) %!d(string=hai) anos
pai
achega
e26f1a6457
Modificáronse 1 ficheiros con 1 adicións e 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);