From 5e075e733cf5d4fc610a3fe908687534b506a6a8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 11 Feb 2004 15:17:55 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20test=20si=20le=20dolibarr=20est=20confi?= =?UTF-8?q?gur=E9=20ou=20non?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 43f7c389eb9..845deda4590 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -23,7 +23,7 @@ */ define('DOL_VERSION','1.2.0-DEV'); -if (! @include_once("conf/conf.php")) +if (! @include_once("conf/conf.php") or ! isset($dolibarr_main_db_host)) { print "
\n"; print "Bienvenue sur Dolibarr

\n";