mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 09:03:48 +08:00
Fix HestiaCP password change
This commit is contained in:
parent
02576302c9
commit
0ae7b11776
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class ChangePasswordHestiaDriver
|
|||
|
||||
$this->oLogger->Write("Hestia: Try to change password for {$oAccount->Email()}");
|
||||
|
||||
$sHost = $this->oConfig->Get('plugin', 'hestia_login');
|
||||
$sHost = $this->oConfig->Get('plugin', 'hestia_host');
|
||||
$sPort = $this->oConfig->Get('plugin', 'hestia_port');
|
||||
|
||||
$HTTP = \SnappyMail\HTTP\Request::factory();
|
||||
|
|
Loading…
Reference in a new issue