1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-03-10 09:21:08 +00:00
This commit is contained in:
xcps 2016-06-24 19:07:47 -04:00 committed by GitHub
parent 7e580e6a0b
commit 6b3bd755b0

View File

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