@@ -92,7 +92,7 @@ |
||
92 | 92 | sprintf('%s/js/history-%d.json', $logDir, $next), |
93 | 93 | json_encode($today, JSON_PRETTY_PRINT) |
94 | 94 | ); |
95 | - file_put_contents( |
|
95 | + file_put_contents( |
|
96 | 96 | sprintf('%s/js/latest.json', $logDir, $next), |
97 | 97 | json_encode($today, JSON_PRETTY_PRINT) |
98 | 98 | ); |