aboutsummaryrefslogtreecommitdiffstats
path: root/Report
diff options
context:
space:
mode:
Diffstat (limited to 'Report')
-rw-r--r--Report/Box.php2
1 files changed, 1 insertions, 1 deletions
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));
}
/**