mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 06:14:19 -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;
|
$_SESSION['error_msg'] = $error;
|
||||||
}
|
}
|
||||||
unset($output);
|
unset($output);
|
||||||
$v_ftp_user = $user."_".$_POST['v_ftp_user'];
|
$v_ftp_user = $_POST['v_ftp_user'];
|
||||||
$v_ftp_password = "••••••••";
|
$v_ftp_password = "••••••••";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue