Ajout test si le dolibarr est configur ou non
This commit is contained in:
parent
aa3127f3b8
commit
5e075e733c
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user