mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fix one error with sharing-links having passwords (no HTML tags in Headers!)
This commit is contained in:
parent
43944e6721
commit
42e62cb3eb
@ -207,7 +207,7 @@ class Sharing
|
|||||||
header('WWW-Authenticate: Basic realm="'.$realm.'"');
|
header('WWW-Authenticate: Basic realm="'.$realm.'"');
|
||||||
return static::share_fail(
|
return static::share_fail(
|
||||||
'401 Unauthorized',
|
'401 Unauthorized',
|
||||||
"<html>\n<head>\n<title>401 Unauthorized</title>\n<body>\nAuthorization failed.\n</body>\n</html>\n"
|
"Authorization failed."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user