forked from extern/egroupware
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.'"');
|
||||
return static::share_fail(
|
||||
'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