Merge branch 'master' of github.com:serghey-rodin/vesta

This commit is contained in:
Dmitry Naumov-Socolov 2016-10-17 12:01:11 -04:00
commit 1c82483734
2 changed files with 2 additions and 2 deletions

View file

@ -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>