missing delimiter

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

View file

@ -386,6 +386,6 @@
</div> </div>
<script> <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)?>; GLOBAL.FTP_USER_PREPATH = <?=json_encode($v_ftp_user_prepath)?>;
</script> </script>