|
|
@@ -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>
|