Changes for cloud

This commit is contained in:
Gunnar Skjold
2024-04-06 11:34:04 +02:00
parent 4884d3a0e2
commit 29c8011cda
11 changed files with 229 additions and 151 deletions

View File

@@ -252,6 +252,9 @@ void AmsWebServer::logoSvg() {
}
void AmsWebServer::sysinfoJson() {
if(!checkSecurity(2, true))
return;
SystemConfig sys;
config->getSystemConfig(sys);