Fix PHP communication with socket
This commit is contained in:
parent
e8e0b4478b
commit
7865fbdf1f
2 changed files with 10 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Reference in a new issue