diff --git a/HTTPServer.cpp b/HTTPServer.cpp index 961acbb1..ac23ebb3 100644 --- a/HTTPServer.cpp +++ b/HTTPServer.cpp @@ -238,6 +238,7 @@ namespace util void HTTPConnection::FillContent (std::stringstream& s) { + s << "Data path: " << i2p::util::filesystem::GetDataDir().string() << "
" << "
"; s << "Our external address:" << "
" << "
"; for (auto& address : i2p::context.GetRouterInfo().GetAddresses()) {