mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-06 04:51:52 -07:00
Merge pull request #2257 from serghey-rodin/fix/edit-server
Fixed incorrect mail url in response.
This commit is contained in:
commit
b4dab88694
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ $result = array(
|
|||
'mail_system' => $_SESSION['MAIL_SYSTEM'],
|
||||
'antivirus_system' => $_SESSION['ANTIVIRUS_SYSTEM'],
|
||||
'antispam_system' => $_SESSION['ANTISPAM_SYSTEM'],
|
||||
'mail_url' => $_SESSION['DB_PMA_URL'],
|
||||
'mail_url' => $_SESSION['MAIL_URL'],
|
||||
'pgsql_url' => $_SESSION['DB_PGA_URL'],
|
||||
'mail_certificate' => $_SESSION['MAIL_CERTIFICATE'],
|
||||
'dns_system' => $_SESSION['DNS_SYSTEM'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue