Fix: orthographe

This commit is contained in:
Regis Houssin 2008-05-02 06:39:53 +00:00
parent aade380707
commit 985d0f468f

View File

@ -27,7 +27,7 @@
if ($_SESSION["dol_authmode"] == 'forceuser'
&& $_SESSION["dol_authmode"] == 'http')
{
die("Deconexion does not work when conexion was made in mode ".$_SESSION["dol_authmode"]);
die("Disconnection does not work when connection was made in mode ".$_SESSION["dol_authmode"]);
}
include_once("../conf/conf.php");