Skip to content
Snippets Groups Projects
Commit 1a4ff458 authored by Denis Walker's avatar Denis Walker
Browse files

Changes "Filthy Milliways Idlers" cut-off to a more generous three hours.

parent 79a8e3d6
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ foreach ($wholist as $person) { ...@@ -36,7 +36,7 @@ foreach ($wholist as $person) {
"idleseconds" => parseIdleTime(trim(substr($person, 18, 6))), "idleseconds" => parseIdleTime(trim(substr($person, 18, 6))),
"what" => substr($person,25)); "what" => substr($person,25));
if ($person['idleseconds'] > 3600) { if ($person['idleseconds'] > 10800) {
$idlers[] = $person; $idlers[] = $person;
} else { } else {
$people[] = $person; $people[] = $person;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment