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