Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildmaster/log.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildmaster/log.php b/buildmaster/log.php
index 9e4e520..a7e31a2 100644
--- a/buildmaster/log.php
+++ b/buildmaster/log.php
@@ -67,6 +67,8 @@ abort_iff_webspider();
$min_time = $_GET["from"];
elseif ($to_show == "email")
$min_time = "1 00:00:00";
+ elseif ($to_show == "ssh")
+ $min_time = "1 00:00:00";
else
$min_time = "00:42:00";