Print data path on the statistics page

This commit is contained in:
chertov 2014-04-23 01:59:29 +04:00
parent 6516b64960
commit c131fc8c86

View File

@ -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())
{