mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-31 03:52:01 +08:00
Update index.php
This commit is contained in:
parent
e1768a13dc
commit
b8ad70a8e3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class RestChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
$sFieldOldpassword = \trim($this->Config()->Get('plugin', 'rest_field_oldpassword', ''));
|
||||
$sFieldNewpassword = \trim($this->Config()->Get('plugin', 'rest_field_newpassword', ''));
|
||||
|
||||
if (!empty($sHost) && (!empty($sKey))
|
||||
if (!empty($sHost) && (!empty($sKey)))
|
||||
{
|
||||
include_once __DIR__.'/RestChangePasswordDriver.php';
|
||||
|
||||
|
|
Loading…
Reference in a new issue