show family name in webiface

This commit is contained in:
weekendi2p 2016-04-26 21:48:42 +02:00
parent 85840872ab
commit 26de037e94
3 changed files with 14 additions and 0 deletions

View file

@ -405,6 +405,7 @@ namespace util
void HTTPConnection::FillContent (std::stringstream& s)
{
s << "<b>Family:</b> " << i2p::context.GetFamilyString() << "<br>\r\n";
s << "<b>Uptime:</b> " << boost::posix_time::to_simple_string (
boost::posix_time::time_duration (boost::posix_time::seconds (
i2p::context.GetUptime ()))) << "<br>\r\n";