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

+
+
+
+ +