We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04437ad commit 5e64915Copy full SHA for 5e64915
web/edit/web/index.php
@@ -862,7 +862,7 @@
862
}
863
$v_ftp_users[] = array(
864
'is_new' => 0,
865
- 'v_ftp_user' => $v_ftp_user_val,
+ 'v_ftp_user' => preg_replace("/^".$user."_/", "", $v_ftp_user_val),
866
'v_ftp_password' => $v_ftp_password,
867
'v_ftp_path' => (isset($v_ftp_users_paths_raw[$v_ftp_user_index]) ? $v_ftp_users_paths_raw[$v_ftp_user_index] : ''),
868
'v_ftp_email' => $v_ftp_email,
0 commit comments