mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
pathc for ftp username bug which was found by imperio
This commit is contained in:
parent
939e5907d2
commit
858dfe0280
1 changed files with 1 additions and 1 deletions
|
@ -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 = "••••••••";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue