From 55e65c3810a6d5cb5c8c3f51c5cf8594179344c3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 2 Feb 2004 21:33:30 +0000 Subject: [PATCH] =?UTF-8?q?Centrage=20du=20texte=20invitant=20=E0=20l'inst?= =?UTF-8?q?all=20en=20cas=20de=20premi=E8re=20connexion.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 19cea2cb93f..75ec4dd9847 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -25,7 +25,10 @@ define('DOL_VERSION','1.2.0-DEV'); if (! @include_once("conf/conf.php")) { - print "Votre système n'est pas configuré, procédez à l'installation"; + print "
\n"; + print "Bienvenue sur Dolibarr

\n"; + print "Votre système n'est pas encore configuré, pour procéder à l'installation, cliquer ici"; + print "
\n"; exit ; }