mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Update index.php
This commit is contained in:
parent
e0ba6aba9f
commit
a32383aaf8
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class VestaChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
return array(
|
return array(
|
||||||
\RainLoop\Plugins\Property::NewInstance('vesta_host')->SetLabel('Vesta Host')
|
\RainLoop\Plugins\Property::NewInstance('vesta_host')->SetLabel('Vesta Host')
|
||||||
->SetDefaultValue('')
|
->SetDefaultValue('')
|
||||||
->SetDescription('Allowed patterns: {user:host-imap}, {user:host-smtp}, {user:domain}'),
|
->SetDescription('Ex: localhost or domain.com'),
|
||||||
\RainLoop\Plugins\Property::NewInstance('Vesta_port')->SetLabel('Vesta Port')
|
\RainLoop\Plugins\Property::NewInstance('Vesta_port')->SetLabel('Vesta Port')
|
||||||
->SetType(\RainLoop\Enumerations\PluginPropertyType::INT)
|
->SetType(\RainLoop\Enumerations\PluginPropertyType::INT)
|
||||||
->SetDefaultValue(8083),
|
->SetDefaultValue(8083),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue