mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
Added few auxiliary values from user session. Improved user, web and server api endpoints.
This commit is contained in:
parent
eb5a045252
commit
c308a42d2f
6 changed files with 41 additions and 10 deletions
|
@ -361,7 +361,7 @@ unset($output);
|
|||
|
||||
$result = array(
|
||||
'prefix' => __('Prefix will be automaticaly added to username',$user."_"),
|
||||
'ftp_pre_path' => $v_ftp_user_prepath,
|
||||
'ftp_pre_path' => '',
|
||||
'ftp_email' => $v_ftp_email,
|
||||
'stats' => $stats,
|
||||
'proxy_ext' => 'jpeg, jpg, png, gif, bmp, ico, svg, tif, tiff, css, js, htm, html, ttf, otf, webp, woff, txt, csv, rtf, doc, docx, xls, xlsx, ppt, pptx, odf, odp, ods, odt, pdf, psd, ai, eot, eps, ps, zip, tar, tgz, gz, rar, bz2, 7z, aac, m4a, mp3, mp4, ogg, wav, wma, 3gp, avi, flv, m4v, mkv, mov, mp4, mpeg, mpg, wmv, exe, iso, dmg, swf',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue