mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
FTP user field hint is now using current environment user name as prefix
js global variable GLOBAL.FTP_USER_PREFIX is affected
This commit is contained in:
parent
baf919c968
commit
8be65cf31d
4 changed files with 12 additions and 0 deletions
|
@ -337,4 +337,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
GLOBAL.FTP_USER_PREFIX = '<?php echo $user; ?>_';
|
||||
</script>
|
||||
<script type="text/javascript" src="/js/pages/edit.web.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue