mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
missing delimiter
This commit is contained in:
parent
a9142eddc6
commit
fa2ece8139
1 changed files with 1 additions and 1 deletions
|
@ -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