mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Added disk and bandwidth percentage values to the session response.
This commit is contained in:
parent
7d317c4fe8
commit
cae9a1550d
7 changed files with 21 additions and 3 deletions
|
@ -636,10 +636,9 @@ $result = array(
|
|||
'mail_system' => $_SESSION['MAIL_SYSTEM'],
|
||||
'antivirus_system' => $_SESSION['ANTIVIRUS_SYSTEM'],
|
||||
'antispam_system' => $_SESSION['ANTISPAM_SYSTEM'],
|
||||
'mail_url' => $_SESSION['MAIL_URL'],
|
||||
'mail_url' => $_SESSION['DB_PMA_URL'],
|
||||
'pgsql_url' => $_SESSION['DB_PGA_URL'],
|
||||
'mail_certificate' => $_SESSION['MAIL_CERTIFICATE'],
|
||||
'db_pma_url' => $_SESSION['DB_PMA_URL'],
|
||||
'dns_system' => $_SESSION['DNS_SYSTEM'],
|
||||
'web_system' => $_SESSION['WEB_SYSTEM'],
|
||||
'softaculous' => $_SESSION['SOFTACULOUS'],
|
||||
|
@ -667,7 +666,7 @@ $result = array(
|
|||
'v_dns_cluster' => $v_dns_cluster,
|
||||
'db_hosts' => $db_hosts,
|
||||
'mysql_hosts' => $v_mysql_hosts,
|
||||
'mysql' => $mysql,
|
||||
'mysql' => $v_mysql,
|
||||
'pgsql_hosts' => $v_pgsql_hosts,
|
||||
'pgsql' => $v_pgsql,
|
||||
'protocols' => [ __('ftp'), __('sftp') ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue