mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
multiple ftp account support
This commit is contained in:
parent
003959d6fc
commit
d16a630566
6 changed files with 203 additions and 24 deletions
|
@ -76,7 +76,11 @@ conf=$USER_DATA/web.conf
|
|||
|
||||
# Defining fileds to select
|
||||
fields='$DOMAIN $IP $IP6 $U_DISK $U_BANDWIDTH $TPL $ALIAS $STATS $STATS_USER
|
||||
$SSL $SSL_HOME $FTP_USER $PROXY $PROXY_EXT $SUSPENDED $TIME $DATE'
|
||||
$SSL $SSL_HOME $FTP_USER $FTP_PATH $PROXY $PROXY_EXT $DOCUMENT_ROOT
|
||||
$SUSPENDED $TIME $DATE'
|
||||
|
||||
# Defining document root
|
||||
DOCUMENT_ROOT="$HOMEDIR/$user/web/$domain/public_html"
|
||||
|
||||
# Listing domains
|
||||
case $format in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue