From c0aef7b998fcda275bd9dfb3b762d027c623f9a2 Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Mon, 16 Aug 2021 03:50:06 +0000 Subject: [PATCH] Console: Remove 'Router Configuration' section heading --- daemon/HTTPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 6bc1bf1e..0e5e4fb6 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -1098,7 +1098,7 @@ namespace http { static void ShowCommands (std::stringstream& s, uint32_t token) { - s << "" << tr("Router Configuration") << ""; +// s << "" << tr("Router Configuration") << ""; s << "\r\n"; s << "
\r\n\r\n"