add missing CFG_Save_IfThereArePendingChanges anjd stop spam

This commit is contained in:
openshwprojects
2022-06-13 16:49:13 +02:00
parent 5db0283c6d
commit f948685948
2 changed files with 3 additions and 1 deletions

View File

@ -1385,6 +1385,8 @@ int http_fn_cfg_generic(http_request_t *request) {
}
}
CFG_Save_IfThereArePendingChanges();
hprintf128(request,"<h5>Flags (Current value=%i)<h5>",CFG_GetFlags());
poststr(request,"<form action=\"/cfg_generic\">");
for(i = 0; i < OBK_TOTAL_FLAGS; i++) {