diff --git a/README.md b/README.md index 29247dd..c149dea 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Les connexions sont archivées dans une base de données et peuvent faire l'obje Voir la [documentation](https://github.com/jbousquie/winlog/wiki) -version : 1.5.0 _([Change Log](https://github.com/jbousquie/winlog/wiki/Change-Log))_ +version : 1.6 _([Change Log](https://github.com/jbousquie/winlog/wiki/Change-Log))_ note : depuis la version 1.4.0 proposant la fonctionnalité de démarrer un script sur une machine distante, Winlog se nomme Winlog-R (remote) pour le différentier des versions précédentes. *Licence [CeCILL-B](http://www.cecill.info/)* diff --git a/admin/get_ping.php b/admin/get_ping.php new file mode 100644 index 0000000..2ef6238 --- /dev/null +++ b/admin/get_ping.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/admin/index.php b/admin/index.php index 029b5bb..a5f38f8 100644 --- a/admin/index.php +++ b/admin/index.php @@ -80,9 +80,10 @@ if ($profil == $niveaux[$roles[3]]) { ?> - + +
- +

-

WINLOG

+

WINLOG-R

Récupération des machines et des salles

Ce traitement vient de récupérer les machines et les salles depuis le serveur Active Directory.
/dev/null'; + if ($winlog_ping_debug) { + $redirect = ' >> '. $winlog_ping_error; + } + + $command = $winlog_stop_ping . ' ' . $winlog_ping_conf . $redirect . ' 2>&1'; + //echo $command; + exec($command); +}; + +// Arrêt du démon +Stop_demon_ping(); + +?> + + + + + Winlog + + + + +

WINLOG-R

+

Arrêt Ping

+

Le démon ping qui tournait éventuellement en arrière-plan vient d'être stoppé.

+ +

Si besoin, le démon ping peut être maintenant relancé à la demande en récupérant les salles. + +

Retour menu principal

+ + + \ No newline at end of file diff --git a/admin/winlog_admin_conf.php.example b/admin/winlog_admin_conf.php.example index 84af407..d9c08d2 100644 --- a/admin/winlog_admin_conf.php.example +++ b/admin/winlog_admin_conf.php.example @@ -1,6 +1,6 @@