From c07e5af875fa62a7688944c8907dda9ed15af6b5 Mon Sep 17 00:00:00 2001 From: jbousquie Date: Wed, 30 Nov 2016 09:04:07 +0100 Subject: [PATCH] fix accessible --- admin/taches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/taches.php b/admin/taches.php index e75d4d1..d524258 100644 --- a/admin/taches.php +++ b/admin/taches.php @@ -39,7 +39,7 @@ $msg = ""; $proc = Get_tasks($url); if (sizeof($proc) == 0) { - $msg = "La machine ".$host." n'a renvoyé aucune réponse.
Causes possibles : machine arrêtée, en veille ou non accesible par le réseau."; + $msg = "La machine ".$host." n'a renvoyé aucune réponse.
Causes possibles : machine arrêtée, en veille ou non accessible par le réseau."; } else { $msg="\n\n";
ProcessusmémoirePropriétaire