index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-22 11:36:55 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-22 11:36:55 +0100 |
commit | 689d5c292b24f85ec23c81077974c0a4d253fbf7 (patch) | |
tree | 053d48c725ca7d9355655146352c9b30e7ab9bab /buildmaster | |
parent | 63335e0c3e7a6e77fc3c68a0e6c1598936e333a5 (diff) |
-rw-r--r-- | buildmaster/log.php | 2 |
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"; |