Fix PHP communication with socket

This commit is contained in:
nemunaire 2014-12-28 11:13:50 +01:00
commit 7865fbdf1f
2 changed files with 10 additions and 2 deletions

View file

@ -15,9 +15,10 @@ if (count($p) > 2)
case "init":
unlink($VAR["misc_dir"]."/challenge_started");
pipe_backend_scheduler("resetreset:HOME:all:SY");
break;
}
}
header("Location: /".SALT_ADMIN."/");
exit();
exit();