1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-02 02:44:15 +00:00

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);