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 eb40d64 commit e84f7e2Copy full SHA for e84f7e2
web/reset/mail/index.php
@@ -132,15 +132,6 @@ function to64 ($v, $n)
132
// Change password
133
if ( $v_hash == $n_hash ) {
134
exec (VESTA_CMD."v-change-mail-account-password '".$v_user."' ".$v_domain." ".$v_account." ".$new, $output, $return_var);
135
- $fp = fopen('/tmp/vst.log', 'w');
136
- fwrite($fp, "Owner: ".$v_user."\n");
137
- fwrite($fp, "Hash: ".$v_hash."\n");
138
- fwrite($fp, "New: ".$n_hash."\n");
139
- fwrite($fp, "Salt : ".$salt[2]."\n");
140
- fwrite($fp, "Password: ".$password."\n");
141
- fwrite($fp, "Return: ".$return_var."\n");
142
- fclose($fp);
143
-
144
if ($return_var == 0) {
145
echo "ok";
146
exit;
0 commit comments