From c316bedf520d7fabac92c7b02f43f8c9dcc4f673 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sat, 5 Oct 2013 03:01:14 +0200 Subject: [PATCH] Added log, settings and stats to detail report --- htdocs/report_detail.php | 28 +++++++++++++++++++++++++++- htdocs/singularity.css | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/htdocs/report_detail.php b/htdocs/report_detail.php index 739effe..e1bd761 100644 --- a/htdocs/report_detail.php +++ b/htdocs/report_detail.php @@ -5,7 +5,6 @@ require_once SITE_ROOT . "/lib/init.php"; $S->requireUser(); $report = CrashReport::getReport((int)$_GET["id"]); - if (!$report) { Layout::header(); @@ -15,6 +14,9 @@ if (!$report) } +$full = ReportParser::parse($report->id); +//print_r (array_keys($full)); + Layout::header(); ?> @@ -111,6 +113,30 @@ Layout::header(); + + +

Stats

+
+
+
+ + + + +

Log

+
+
+
+ + + + +

Settings

+
+
+
+ +