diff --git a/HTTPServer.cpp b/HTTPServer.cpp index f6167ff5..4cefa2f0 100644 --- a/HTTPServer.cpp +++ b/HTTPServer.cpp @@ -669,8 +669,6 @@ namespace util s << "
Stop accepting tunnels
"; else s << "
Start accepting tunnels
"; - - s << "

Flibusta

"; } void HTTPConnection::HandleCommand (const std::string& command, std::stringstream& s)