RiX 9 éve
szülő
commit
d916bbe191
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      settings.php

+ 2 - 2
settings.php

@@ -1035,7 +1035,7 @@ endif;
                                                     
                                                     
                                                     <?php
                                                     <?php
                                                     
                                                     
-                                                        $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);
 
 
                                                         function getColor($colorTest){
                                                         function getColor($colorTest){
@@ -1851,4 +1851,4 @@ endif;
 
 
     </body>
     </body>
 
 
-</html>
+</html>