pathc for ftp username bug which was found by imperio

This commit is contained in:
Serghey Rodin
2013-01-01 20:57:43 +02:00
parent 939e5907d2
commit 858dfe0280

View File

@@ -505,7 +505,7 @@ top_panel($user,$TAB);
$_SESSION['error_msg'] = $error;
}
unset($output);
$v_ftp_user = $user."_".$_POST['v_ftp_user'];
$v_ftp_user = $_POST['v_ftp_user'];
$v_ftp_password = "••••••••";
}
}