Ajout test si le dolibarr est configur ou non

This commit is contained in:
Rodolphe Quiedeville 2004-02-11 15:17:55 +00:00
parent aa3127f3b8
commit 5e075e733c

View File

@ -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 "<center>\n";
print "<b>Bienvenue sur Dolibarr</b><br><br>\n";