diff --git a/onyx/include/admin/chrono.php b/onyx/include/admin/chrono.php index 97cb9bc9..a2b319f1 100644 --- a/onyx/include/admin/chrono.php +++ b/onyx/include/admin/chrono.php @@ -7,8 +7,8 @@ if (count($p) > 2) switch($p[2]) { case "start": - file_put_contents($VAR["misc_dir"]."/shared/challenge_started", time() + (intval($_POST["time"]) - 240) * 60); - pipe_backend_scheduler("resetreset:HOME:all:SY"); + file_put_contents($VAR["misc_dir"]."/shared/challenge_started", time() + 40 + (intval($_POST["time"]) - 240) * 60); + pipe_backend_scheduler("resetreset:HOME:all"); break; case "init":