Browse Source

Auto webconsole page refresh commented

pull/521/head
xcps 8 years ago committed by GitHub
parent
commit
675861c323
  1. 1
      HTTPServer.cpp

1
HTTPServer.cpp

@ -612,6 +612,7 @@ namespace http { @@ -612,6 +612,7 @@ namespace http {
HandleCommand (req, res, s);
} else {
ShowStatus (s);
//res.add_header("Refresh", "5");
}
ShowPageTail (s);

Loading…
Cancel
Save