Skip to content

Commit fa2ece8

Browse files
author
Serghey Rodin
committed
missing delimiter
1 parent a9142ed commit fa2ece8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/add_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,6 @@
386386
</div>
387387

388388
<script>
389-
GLOBAL.FTP_USER_PREFIX = <?=json_encode($user)?>;
389+
GLOBAL.FTP_USER_PREFIX = <?=json_encode($user.'_')?>;
390390
GLOBAL.FTP_USER_PREPATH = <?=json_encode($v_ftp_user_prepath)?>;
391391
</script>

0 commit comments

Comments
 (0)