Browse Source

Auto webconsole page refresh removed

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

1
HTTPServer.cpp

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

Loading…
Cancel
Save