mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
Merge pull request #596 from atnaguzin/patch-2
"SAM sessions" link check added
This commit is contained in:
commit
c9c05ad2a8
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue