From 7e580e6a0bfe3eca72cdc662621f3f6a62e11405 Mon Sep 17 00:00:00 2001
From: xcps <xcps@yandex.com>
Date: Fri, 24 Jun 2016 17:58:46 -0400
Subject: [PATCH] Update HTTPServer.cpp

---
 HTTPServer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HTTPServer.cpp b/HTTPServer.cpp
index b40cef27..d0895cbc 100644
--- a/HTTPServer.cpp
+++ b/HTTPServer.cpp
@@ -612,7 +612,7 @@ namespace http {
 			HandleCommand (req, res, s);
 		} else {
 			ShowStatus (s);
-			//res.add_header("Refresh", "5");
+			res.add_header("Refresh", 10");
 		}
 		ShowPageTail (s);