diff --git a/HTTPServer.cpp b/HTTPServer.cpp index 3fdfcca5..759c8ba3 100644 --- a/HTTPServer.cpp +++ b/HTTPServer.cpp @@ -338,34 +338,7 @@ namespace http { s << "" << (int)it->GetStatus () << ""; s << "
\r\n" << std::endl; } - s << "
\r\n"; - s << ""; - s << ""; - s << ""; - s << ""; - s << ""; - auto forward = i2p::client::context.GetForwardInfosFor(dest->GetIdentHash()); - for (auto info : forward) - { - s << ""; - s << ""; - s << ""; - - s << ""; - s << ""; - s << "
\r\n"; - } - s << "
Forwards
Remote DestinationIBGWOBEPUDP Converstation
" << info->RemoteIdent->ToBase32() << ""; - if(info->CurrentIBGW) - s << info->CurrentIBGW->ToBase64().c_str(); - else - s << "(none)"; - s << ""; - if(info->CurrentOBEP) - s << info->CurrentOBEP->ToBase64().c_str(); - else - s << "(none)"; - s << "" << info->LocalEndpoint << " ⇄ " << info->RemoteEndpoint << "
\r\n"; + s << ""; } }