Removed warning
This commit is contained in:
parent
89dfd246d1
commit
60fc0f2b74
@ -33,7 +33,7 @@
|
|||||||
*/
|
*/
|
||||||
function check_user_password_http($usertotest,$passwordtotest,$entitytotest)
|
function check_user_password_http($usertotest,$passwordtotest,$entitytotest)
|
||||||
{
|
{
|
||||||
dol_syslog("functions_http::check_user_password_http _SERVER[REMOTE_USER]=".$_SERVER["REMOTE_USER"]);
|
dol_syslog("functions_http::check_user_password_http _SERVER[REMOTE_USER]=".(empty($_SERVER["REMOTE_USER"])?'':$_SERVER["REMOTE_USER"]));
|
||||||
|
|
||||||
$login='';
|
$login='';
|
||||||
if (! empty($_SERVER["REMOTE_USER"]))
|
if (! empty($_SERVER["REMOTE_USER"]))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user