mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 18:57:03 +02:00
API 1.0.0-6 release.
This commit is contained in:
@@ -260,7 +260,9 @@ $result = array(
|
||||
'web_system' => $_SESSION['WEB_SYSTEM'],
|
||||
'web_backend' => $_SESSION['WEB_BACKEND'],
|
||||
'proxy_system' => $_SESSION['PROXY_SYSTEM'],
|
||||
'dns_system' => $_SESSION['DNS_SYSTEM']
|
||||
'dns_system' => $_SESSION['DNS_SYSTEM'],
|
||||
'error_msg' => $_SESSION['error_msg'],
|
||||
'ok_msg' => $_SESSION['ok_msg']
|
||||
);
|
||||
|
||||
echo json_encode($result);
|
||||
|
||||
Reference in New Issue
Block a user