From 1f0cd066a86ee8bf332c459268601b9eeeb80f19 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 20 Jun 2011 16:03:22 +0000 Subject: save in index.html instead --- Report/Box.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/Box.php b/Report/Box.php index 15bd940..8ca7cf2 100644 --- a/Report/Box.php +++ b/Report/Box.php @@ -56,7 +56,7 @@ abstract class Report_Box } } - file_put_contents('report.html', Report_HTML::render($reports)); + file_put_contents('index.html', Report_HTML::render($reports)); } /** -- cgit v1.2.1