mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
Print data path on the statistics page
This commit is contained in:
parent
6516b64960
commit
c131fc8c86
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue