correct back to menu, also added "Refrseh" button to main

This commit is contained in:
openshwprojects
2022-08-20 12:37:33 +02:00
parent 4fd6a292d5
commit d8ccb05fad
3 changed files with 4 additions and 2 deletions

View File

@@ -481,7 +481,7 @@ int http_fn_index(http_request_t *request) {
PingWatchDog_GetTotalLost(),PingWatchDog_GetTotalReceived());
poststr(request,htmlReturnToMenu);
poststr(request,htmlRefresh);
HTTP_AddBuildFooter(request);
poststr(request,htmlEnd);
@@ -1525,7 +1525,7 @@ int http_fn_cfg(http_request_t *request) {
}
#endif
#endif
poststr(request,htmlReturnToMenu);
HTTP_AddBuildFooter(request);
poststr(request,htmlEnd);
poststr(request, NULL);