Add communication with the scheduler (through socket)
This commit is contained in:
parent
469b7046f2
commit
87af2e3506
4 changed files with 14 additions and 1 deletions
|
|
@ -100,7 +100,10 @@ if (!empty($_FILES["inputFile"]['tmp_name']))
|
|||
if ($error != "")
|
||||
erreur($error);
|
||||
else
|
||||
{
|
||||
pipe_backend_scheduler("resetreset:RTEAMS:HOME:all:SY");
|
||||
erreur("Fichier XML importé avec succès.", "success");
|
||||
}
|
||||
}
|
||||
|
||||
return "admin/import_users";
|
||||
|
|
|
|||
Reference in a new issue