From dc60b8f56027a806877ff692b73932d347f29745 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 7 Nov 2015 17:35:17 +0000 Subject: Add a link on failed architectures --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 6c12131..5411e85 100644 --- a/index.php +++ b/index.php @@ -194,7 +194,8 @@ if ($total > 0) { $failed_arches = array_keys($p['status']['fail']); if (!empty($failed_arches)) { sort($failed_arches); - $s .= ' ' . join(' ', $failed_arches) . ''; + $typelink = '/uploads/failure/' . $p['path']; + $s .= ' ' . join(' ', $failed_arches) . ''; } $s .= ''; -- cgit v1.2.1