We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1689ea3 commit f95af89Copy full SHA for f95af89
install/debian/8/roundcube/vesta.php
@@ -6,8 +6,8 @@
6
* @version 1.0
7
* @author Serghey Rodin <skid@vestacp.com>
8
*/
9
-
10
- function password_save($curpass, $passwd)
+class rcube_vesta_password {
+ function save($curpass, $passwd)
11
{
12
$rcmail = rcmail::get_instance();
13
$vesta_host = $rcmail->config->get('password_vesta_host');
@@ -60,3 +60,4 @@ function password_save($curpass, $passwd)
60
}
61
62
63
+}
0 commit comments