From 0a84219cc209eaf72e4aac91c540d7de70db0f4e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Jun 2003 14:36:23 +0000 Subject: [PATCH] =?UTF-8?q?Renvoie=20=E0=20la=20fin=20vers=20la=20configur?= =?UTF-8?q?ation=20des=20modules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/install.php b/htdocs/install.php index bb05bec69fb..f5c05058795 100644 --- a/htdocs/install.php +++ b/htdocs/install.php @@ -147,7 +147,8 @@ if ($action == "set") if ($error == 0) { - print '

Go !

'; + print "Votre système est maintenant configuré, il ne vous reste plus qu'a sélectionner les modules que vous souhaitez utiliser. Pour cela cliquer sur l'url ci-dessous :
"; + print 'Configurer les modules'; } } else