Add communication with the scheduler (through socket)

This commit is contained in:
nemunaire 2014-11-23 18:06:18 +01:00
commit 87af2e3506
4 changed files with 14 additions and 1 deletions

View file

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