Doxygen
This commit is contained in:
parent
75d4627c8a
commit
93496b5902
@ -18,19 +18,19 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/includes/login/functions_dolibarr.php
|
* \file htdocs/includes/login/functions_dolibarr.php
|
||||||
\ingroup core
|
* \ingroup core
|
||||||
\brief Authentication functions for Dolibarr mode
|
* \brief Authentication functions for Dolibarr mode
|
||||||
\version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\brief Check user and password
|
* \brief Check user and password
|
||||||
\param usertotest Login
|
* \param usertotest Login
|
||||||
\param passwordtotest Password
|
* \param passwordtotest Password
|
||||||
\return string Login if ok, '' if ko.
|
* \return string Login if ok, '' if ko.
|
||||||
*/
|
*/
|
||||||
function check_user_password_dolibarr($usertotest,$passwordtotest)
|
function check_user_password_dolibarr($usertotest,$passwordtotest)
|
||||||
{
|
{
|
||||||
global $_POST,$db,$conf,$langs;
|
global $_POST,$db,$conf,$langs;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user