mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 21:45:30 +00:00
add missing CFG_Save_IfThereArePendingChanges anjd stop spam
This commit is contained in:
@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user