This commit is contained in:
Laurent Destailleur 2009-11-04 22:09:42 +00:00
parent 75d4627c8a
commit 93496b5902

View File

@ -18,19 +18,19 @@
*/
/**
\file htdocs/includes/login/functions_dolibarr.php
\ingroup core
\brief Authentication functions for Dolibarr mode
\version $Id$
*/
* \file htdocs/includes/login/functions_dolibarr.php
* \ingroup core
* \brief Authentication functions for Dolibarr mode
* \version $Id$
*/
/**
\brief Check user and password
\param usertotest Login
\param passwordtotest Password
\return string Login if ok, '' if ko.
*/
* \brief Check user and password
* \param usertotest Login
* \param passwordtotest Password
* \return string Login if ok, '' if ko.
*/
function check_user_password_dolibarr($usertotest,$passwordtotest)
{
global $_POST,$db,$conf,$langs;