Centrage du texte invitant l'install en cas de premire connexion.
This commit is contained in:
parent
fad0181733
commit
55e65c3810
@ -25,7 +25,10 @@ define('DOL_VERSION','1.2.0-DEV');
|
||||
|
||||
if (! @include_once("conf/conf.php"))
|
||||
{
|
||||
print "Votre système n'est pas configuré, procédez à l'<a href=\"install/\">installation</a>";
|
||||
print "<center>\n";
|
||||
print "<b>Bienvenue sur Dolibarr</b><br><br>\n";
|
||||
print "Votre système n'est pas encore configuré, pour procéder à l'installation, cliquer <a href=\"install/\">ici</a>";
|
||||
print "</center>\n";
|
||||
exit ;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user