mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 03:35:59 +02:00
missing delimiter
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user