Skip to content

Commit 858dfe0

Browse files
committed
pathc for ftp username bug which was found by imperio
1 parent 939e590 commit 858dfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/edit/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
$_SESSION['error_msg'] = $error;
506506
}
507507
unset($output);
508-
$v_ftp_user = $user."_".$_POST['v_ftp_user'];
508+
$v_ftp_user = $_POST['v_ftp_user'];
509509
$v_ftp_password = "••••••••";
510510
}
511511
}

0 commit comments

Comments
 (0)