From b81a922553e6f129cff8029927bee67d89ad538d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Jun 2003 22:33:50 +0000 Subject: [PATCH] Erreur dans un message d'erreur --- htdocs/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install.php b/htdocs/install.php index f5c05058795..3b37863c16f 100644 --- a/htdocs/install.php +++ b/htdocs/install.php @@ -66,7 +66,7 @@ if ($action == "set") if (! is_dir($HTTP_POST_VARS["main_dir"]."/document")) { - print "Le dossier ".$HTTP_POST_VARS["main_dir"]." n'existe pas !

"; + print "Le dossier ".$HTTP_POST_VARS["main_dir"]."/document n'existe pas !

"; print "- Vous devez créer le dossier : ".$HTTP_POST_VARS["main_dir"]."/document et permettre au serveur web d'écrire dans celui-ci"; print "Erreur"; }