1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-05 22:24:14 +00:00

Remove broken link from web UI.

This commit is contained in:
EinMByte 2015-08-17 12:23:21 +02:00
parent 3922a203b7
commit 64d3aa9c56

View File

@ -669,8 +669,6 @@ namespace util
s << "<br><b><a href=/?" << HTTP_COMMAND_STOP_ACCEPTING_TUNNELS << ">Stop accepting tunnels</a></b><br>";
else
s << "<br><b><a href=/?" << HTTP_COMMAND_START_ACCEPTING_TUNNELS << ">Start accepting tunnels</a></b><br>";
s << "<p><a href=\"zmw2cyw2vj7f6obx3msmdvdepdhnw2ctc4okza2zjxlukkdfckhq.b32.i2p\">Flibusta</a></p>";
}
void HTTPConnection::HandleCommand (const std::string& command, std::stringstream& s)