mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix: Balise html en trop
This commit is contained in:
@@ -136,9 +136,9 @@ if (! session_id() && ! isset($_SESSION["dol_user"]) && ! isset($_SESSION["dol_
|
||||
// Non authentifie
|
||||
//dolibarr_syslog("Authentification non realise");
|
||||
}
|
||||
// Le debut de la page a ete affichee par par getAuth qui a utilis<69> loginfunction.
|
||||
// Le debut de la page a ete affichee par getAuth qui a utilis<69> loginfunction.
|
||||
// On ferme donc juste la page de logon.
|
||||
print "</div>\n</div>\n</body>\n</html>";
|
||||
print "\n</body>\n</html>";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user