Don't SYNC when launching chrono, wait manual action
This commit is contained in:
parent
2a9cac24f7
commit
90f47b2e9f
1 changed files with 2 additions and 2 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Reference in a new issue