HOR-2323
This commit is contained in:
@@ -341,6 +341,8 @@ define ('WS_IN_LOGIN', isset($config['WS_IN_LOGIN']) ? $config['WS_IN_LOGIN'] :
|
||||
|
||||
define('LOAD_HEADERS_IE', $config['load_headers_ie']);
|
||||
|
||||
define('LEAVE_CASE_WARNING', $config['leave_case_warning']);
|
||||
|
||||
// IIS Compatibility, SERVER_ADDR doesn't exist on that env, so we need to define it.
|
||||
$_SERVER['SERVER_ADDR'] = isset( $_SERVER['SERVER_ADDR'] ) ? $_SERVER['SERVER_ADDR'] : $_SERVER['SERVER_NAME'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user