Don't SYNC when launching chrono, wait manual action

This commit is contained in:
Némunaire 2015-01-18 11:51:49 +01:00 committed by Nemunaire
commit 90f47b2e9f

View file

@ -7,8 +7,8 @@ if (count($p) > 2)
switch($p[2]) switch($p[2])
{ {
case "start": case "start":
file_put_contents($VAR["misc_dir"]."/shared/challenge_started", time() + (intval($_POST["time"]) - 240) * 60); file_put_contents($VAR["misc_dir"]."/shared/challenge_started", time() + 40 + (intval($_POST["time"]) - 240) * 60);
pipe_backend_scheduler("resetreset:HOME:all:SY"); pipe_backend_scheduler("resetreset:HOME:all");
break; break;
case "init": case "init":