aboutsummaryrefslogtreecommitdiffstats
path: root/make_report.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-06-20 16:28:27 +0000
committerRomain d'Alverny <rda@mageia.org>2011-06-20 16:28:27 +0000
commit5a5fcfea09eb77f5ce75116a67dd2e979970f48c (patch)
treed279e0ab232355e1acdbd2acc694cdc894a61c18 /make_report.php
parent1f0cd066a86ee8bf332c459268601b9eeeb80f19 (diff)
downloaddashboard-5a5fcfea09eb77f5ce75116a67dd2e979970f48c.tar
dashboard-5a5fcfea09eb77f5ce75116a67dd2e979970f48c.tar.gz
dashboard-5a5fcfea09eb77f5ce75116a67dd2e979970f48c.tar.bz2
dashboard-5a5fcfea09eb77f5ce75116a67dd2e979970f48c.tar.xz
dashboard-5a5fcfea09eb77f5ce75116a67dd2e979970f48c.zip
print to standard output
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