mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-08 21:55:25 +00:00
MAIN page item added to HTML footer. (#1115)
This commit is contained in:
@ -324,7 +324,7 @@ static int http_rest_app(http_request_t* request) {
|
||||
}
|
||||
else {
|
||||
http_html_start(request, "Not available");
|
||||
poststr(request, htmlFooterReturnToMenu);
|
||||
poststr(request, htmlFooterReturnToMainPage);
|
||||
poststr(request, "no APP available<br/>");
|
||||
http_html_end(request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user