Auto webconsole page refresh removed

This commit is contained in:
xcps 2016-06-16 09:15:30 -04:00 committed by GitHub
parent 2a9727c6b7
commit ba330a42d6

View File

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