WeDoo Development
Results
1
comments of
WeDoo Development
The DirectAdmin password change still does not work. First of all this line (99) in DirectAdminChangePasswordDriver.php: `$sHost = \rtrim($this->sHost, '/\\');` has to be replaced by `$sHost = \rtrim($sHost, '/\\');` else...