Added disk and bandwidth percentage values to the session response.

This commit is contained in:
Alexander 2021-11-22 23:14:32 +02:00
commit cae9a1550d
7 changed files with 21 additions and 3 deletions

View file

@ -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') ],