From 64d3aa9c56835b9ccd683ac5fd4064f48b9df92f Mon Sep 17 00:00:00 2001 From: EinMByte Date: Mon, 17 Aug 2015 12:23:21 +0200 Subject: [PATCH] Remove broken link from web UI. --- HTTPServer.cpp | 2 -- 1 file changed, 2 deletions(-) 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)