Fix: Le style de la page de login incorrect quand on se deconnectait depuis une page situe en dehors de la racine
This commit is contained in:
parent
74b7b335ed
commit
7cf5a79127
@ -607,7 +607,7 @@ function loginfunction()
|
||||
|
||||
print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
|
||||
print "\n<html><head><title>Dolibarr Authentification</title>";
|
||||
print '<link rel="stylesheet" type="text/css" href="'.DOL_URL_ROOT.'lib/login.css">
|
||||
print '<link rel="stylesheet" type="text/css" href="'.DOL_URL_ROOT.'/lib/login.css">
|
||||
</head>
|
||||
<body onload="donnefocus();">
|
||||
<div class="main">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user