mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-09 08:47:55 +01:00
correct back to menu, also added "Refrseh" button to main
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user