API 1.0.0-6 release.

This commit is contained in:
Alexander
2021-12-30 21:58:29 +00:00
parent 22f3dd11e2
commit b7bdfd2d87
8 changed files with 58 additions and 24 deletions

View File

@@ -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);