mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
1c82483734
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ if (!empty($_POST['ok'])) {
|
|||
if (!empty($v_domain)) $v_ftp_user_prepath .= $v_domain;
|
||||
|
||||
// Set advanced option checkmark
|
||||
if (empty($_POST['v_proxy'])) $v_adv = 'yes';
|
||||
if (!empty($_POST['v_proxy'])) $v_adv = 'yes';
|
||||
if (!empty($_POST['v_ftp'])) $v_adv = 'yes';
|
||||
if ($_POST['v_proxy_ext'] != $v_proxy_ext) $v_adv = 'yes';
|
||||
if ((!empty($_POST['v_aliases'])) && ($_POST['v_aliases'] != 'www.'.$_POST['v_domain'])) $v_adv = 'yes';
|
||||
|
|
|
@ -386,6 +386,6 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
GLOBAL.FTP_USER_PREFIX = <?=json_encode($user)?>;
|
||||
GLOBAL.FTP_USER_PREFIX = <?=json_encode($user.'_')?>;
|
||||
GLOBAL.FTP_USER_PREPATH = <?=json_encode($v_ftp_user_prepath)?>;
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue