mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02:00
Let share errors show with their status codes instead of as basic_auth
This commit is contained in:
parent
e3f139f2af
commit
d29ac098b2
@ -21,7 +21,7 @@ $GLOBALS['egw_info'] = array(
|
|||||||
'nonavbar' => 'always', // true would cause eTemplate to reset it to false for non-popups!
|
'nonavbar' => 'always', // true would cause eTemplate to reset it to false for non-popups!
|
||||||
'currentapp' => 'api',
|
'currentapp' => 'api',
|
||||||
'autocreate_session_callback' => 'EGroupware\\Api\\Sharing::create_session',
|
'autocreate_session_callback' => 'EGroupware\\Api\\Sharing::create_session',
|
||||||
'no_exception_handler' => 'basic_auth', // we use a basic auth exception handler (sends exception message as basic auth realm)
|
'no_exception_handler' => true, // we send our own errors
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user