File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8989 if (!empty ($ v_domain )) $ v_ftp_user_prepath .= $ v_domain ;
9090
9191 // Set advanced option checkmark
92- if (empty ($ _POST ['v_proxy ' ])) $ v_adv = 'yes ' ;
92+ if (! empty ($ _POST ['v_proxy ' ])) $ v_adv = 'yes ' ;
9393 if (!empty ($ _POST ['v_ftp ' ])) $ v_adv = 'yes ' ;
9494 if ($ _POST ['v_proxy_ext ' ] != $ v_proxy_ext ) $ v_adv = 'yes ' ;
9595 if ((!empty ($ _POST ['v_aliases ' ])) && ($ _POST ['v_aliases ' ] != 'www. ' .$ _POST ['v_domain ' ])) $ v_adv = 'yes ' ;
Original file line number Diff line number Diff line change 386386 </ div >
387387
388388 < script >
389- GLOBAL . FTP_USER_PREFIX = < ?= json_encode ( $user ) ?> ;
389+ GLOBAL . FTP_USER_PREFIX = < ?= json_encode ( $user . '_' ) ?> ;
390390 GLOBAL . FTP_USER_PREPATH = < ?= json_encode ( $v_ftp_user_prepath ) ?> ;
391391 </ script >
You can’t perform that action at this time.
0 commit comments