Browse Source

Merge pull request #596 from atnaguzin/patch-2

"SAM sessions" link check added
pull/599/head
orignal 8 years ago committed by GitHub
parent
commit
c9c05ad2a8
  1. 3
      HTTPServer.cpp

3
HTTPServer.cpp

@ -149,7 +149,8 @@ namespace http { @@ -149,7 +149,8 @@ namespace http {
" <a href=\"/?page=" << HTTP_PAGE_TRANSIT_TUNNELS << "\">Transit tunnels</a><br>\r\n"
" <a href=\"/?page=" << HTTP_PAGE_TRANSPORTS << "\">Transports</a><br>\r\n"
" <a href=\"/?page=" << HTTP_PAGE_I2P_TUNNELS << "\">I2P tunnels</a><br>\r\n"
" <a href=\"/?page=" << HTTP_PAGE_SAM_SESSIONS << "\">SAM sessions</a><br>\r\n"
if (i2p::client::context.GetSAMBridge ())
" <a href=\"/?page=" << HTTP_PAGE_SAM_SESSIONS << "\">SAM sessions</a><br>\r\n"
"</div>\r\n"
"<div class=right>";
}

Loading…
Cancel
Save