From 1861876fe8617a177d75cec78aa2c3696140e8fc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Mar 2008 12:54:33 +0000 Subject: [PATCH] Marquage bug --- htdocs/master.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index 4e620069ee6..915cde1a475 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -63,13 +63,14 @@ error_reporting(E_ALL ^ E_NOTICE); /* if (! isset($dolibarr_main_db_host)) { - print "Error: Dolibarr setup is not complete.\n"; + print 'Error: Dolibarr setup was run but was not completed.
'."\n"; + print 'Please, run Dolibarr install process until the end...'."\n"; exit; } */ // Régression temporaire -if (! @include_once("conf/conf.php")) +if (! @include_once("conf/conf.php")) // FIXME: Ce test est inutile car si le test renvoi vrai le suivant aussi. Seul le suivant est utile. { Header("Location: install/index.php"); exit;