From f9e41826247d066c47567975076a138a688d212a Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 18 May 2016 09:22:11 -0400 Subject: [PATCH] temporary disable 'reload config' item --- HTTPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPServer.cpp b/HTTPServer.cpp index 19ccecb5..81515105 100644 --- a/HTTPServer.cpp +++ b/HTTPServer.cpp @@ -510,7 +510,7 @@ namespace http { /* commands */ s << "Router Commands
\r\n"; s << " Run peer test
\r\n"; - s << " Reload config
\r\n"; + //s << " Reload config
\r\n"; if (i2p::context.AcceptsTunnels ()) s << " Stop accepting tunnels
\r\n"; else