Skip to content

Commit

Permalink
Print data path on the statistics page
Browse files Browse the repository at this point in the history
  • Loading branch information
chertov committed Apr 22, 2014
1 parent 6516b64 commit c131fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HTTPServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand Down

0 comments on commit c131fc8

Please sign in to comment.