Added a DISABLE_LOGOUT constant, to allow the logout command to be disabled, for support of external SSO solutions.
This commit is contained in:
@@ -111,3 +111,6 @@ defined('HTTP_PROXY_HOSTNAME') or define('HTTP_PROXY_HOSTNAME', '');
|
||||
defined('HTTP_PROXY_PORT') or define('HTTP_PROXY_PORT', '3128');
|
||||
defined('HTTP_PROXY_USERNAME') or define('HTTP_PROXY_USERNAME', '');
|
||||
defined('HTTP_PROXY_PASSWORD') or define('HTTP_PROXY_PASSWORD', '');
|
||||
|
||||
// Disabling logout (for external SSO authentication)
|
||||
defined('DISABLE_LOGOUT') or define('DISABLE_LOGOUT', 0);
|
||||
|
||||
Reference in New Issue
Block a user