Marquage bug

This commit is contained in:
Laurent Destailleur 2008-03-14 12:54:33 +00:00
parent a29030a631
commit 1861876fe8

View File

@ -63,13 +63,14 @@ error_reporting(E_ALL ^ E_NOTICE);
/* /*
if (! isset($dolibarr_main_db_host)) if (! isset($dolibarr_main_db_host))
{ {
print "Error: Dolibarr setup is not complete.\n"; print 'Error: Dolibarr setup was run but was not completed.<br>'."\n";
print 'Please, run <a href="install/index.php">Dolibarr install process</a> until the end...'."\n";
exit; exit;
} }
*/ */
// Régression temporaire // 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"); Header("Location: install/index.php");
exit; exit;