récupération après crash
This commit is contained in:
@ -23,5 +23,12 @@ function configWatchInit()
|
||||
}
|
||||
}
|
||||
|
||||
function configWatchStop()
|
||||
{
|
||||
// stop la surveillance
|
||||
inotify_rm_watch($cwfd, $watch_descriptor);
|
||||
// Destruction de l'instance inotify
|
||||
fclose($cwfd);
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user