mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-06 00:05:31 +02:00
pathc for ftp username bug which was found by imperio
This commit is contained in:
@@ -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 = "••••••••";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user