mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 12:47:48 +02:00
show family name in webiface
This commit is contained in:
parent
85840872ab
commit
26de037e94
3 changed files with 14 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue