Browse Source

I feel so bad

RiX 9 years ago
parent
commit
d916bbe191
1 changed files with 2 additions and 2 deletions
  1. 2 2
      settings.php

+ 2 - 2
settings.php

@@ -1035,7 +1035,7 @@ endif;
                                                     
                                                     <?php
                                                     
-                                                        $getFailLog = file_get_contents(FAIL_LOG); 
+                                                        $getFailLog = str_replace("\r\ndate", "date", file_get_contents(FAIL_LOG));
                                                         $gotFailLog = json_decode($getFailLog, true);
 
                                                         function getColor($colorTest){
@@ -1851,4 +1851,4 @@ endif;
 
     </body>
 
-</html>
+</html>