Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-22 11:36:55 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-22 11:36:55 +0100
commit689d5c292b24f85ec23c81077974c0a4d253fbf7 (patch)
tree053d48c725ca7d9355655146352c9b30e7ab9bab
parent63335e0c3e7a6e77fc3c68a0e6c1598936e333a5 (diff)
limiting log.php: show only last day
-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";