Browse Source

fixtypo

pull/539/head
xcps 8 years ago committed by GitHub
parent
commit
6b3bd755b0
  1. 2
      HTTPServer.cpp

2
HTTPServer.cpp

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

Loading…
Cancel
Save