Skip to content

Commit e84f7e2

Browse files
committed
removed deugg logging
1 parent eb40d64 commit e84f7e2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

web/reset/mail/index.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,6 @@ function to64 ($v, $n)
132132
// Change password
133133
if ( $v_hash == $n_hash ) {
134134
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-
144135
if ($return_var == 0) {
145136
echo "ok";
146137
exit;

0 commit comments

Comments
 (0)