Browse Source

Print data path on the statistics page

pull/69/head
chertov 10 years ago
parent
commit
c131fc8c86
  1. 1
      HTTPServer.cpp

1
HTTPServer.cpp

@ -238,6 +238,7 @@ namespace util @@ -238,6 +238,7 @@ namespace util
void HTTPConnection::FillContent (std::stringstream& s)
{
s << "Data path: " << i2p::util::filesystem::GetDataDir().string() << "<BR>" << "<BR>";
s << "Our external address:" << "<BR>" << "<BR>";
for (auto& address : i2p::context.GetRouterInfo().GetAddresses())
{

Loading…
Cancel
Save