RiX 9 лет назад
Родитель
Сommit
d916bbe191
1 измененных файлов с 2 добавлено и 2 удалено
  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>