mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-25 20:36:01 +03:00
PSR Nonsense strikes again...
This commit is contained in:
parent
35a756ee58
commit
3a53e18910
@ -153,7 +153,7 @@ class Server
|
|||||||
{
|
{
|
||||||
$this->username = $username;
|
$this->username = $username;
|
||||||
$this->password = $password;
|
$this->password = $password;
|
||||||
if( $tryFasterAuth ) {
|
if ($tryFasterAuth) {
|
||||||
$this->setParam('DISABLE_AUTHENTICATOR', array('GSSAPI','NTLM'));
|
$this->setParam('DISABLE_AUTHENTICATOR', array('GSSAPI','NTLM'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user