aboutsummaryrefslogtreecommitdiffstats
path: root/make_report.php
diff options
context:
space:
mode:
Diffstat (limited to 'make_report.php')
-rw-r--r--make_report.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/make_report.php b/make_report.php
index be11d18..97c93f4 100644
--- a/make_report.php
+++ b/make_report.php
@@ -16,13 +16,7 @@
require 'Report/Box.php';
require 'Report/HTML.php';
-Report_Box::run_report();
+echo Report_Box::run_report();
die;
-// todo locales/languages summary : how many in total, which coverage globally?
-
-$a = new Report_Box_SourcePackage();
-//$a->update();
-print_r($a->render());
-
-echo "\n"; \ No newline at end of file
+// todo locales/languages summary : how many in total, which coverage globally? \ No newline at end of file