Skip to content

Commit

Permalink
pathc for ftp username bug which was found by imperio
Browse files Browse the repository at this point in the history
  • Loading branch information
serghey-rodin committed Jan 1, 2013
1 parent 939e590 commit 858dfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/edit/web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
$_SESSION['error_msg'] = $error;
}
unset($output);
$v_ftp_user = $user."_".$_POST['v_ftp_user'];
$v_ftp_user = $_POST['v_ftp_user'];
$v_ftp_password = "••••••••";
}
}
Expand Down

0 comments on commit 858dfe0

Please sign in to comment.