missing delimiter

This commit is contained in:
Serghey Rodin
2016-10-11 17:51:54 +03:00
parent a9142eddc6
commit fa2ece8139

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>