mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
show version
This commit is contained in:
parent
ae61e47bc2
commit
5d63f71c55
3 changed files with 4 additions and 12 deletions
|
@ -624,7 +624,7 @@ namespace util
|
|||
s << "<head><meta charset=\"utf-8\" />"; // TODO: Find something to parse html/template system. This is horrible.
|
||||
s << "<link rel='shortcut icon' href='";
|
||||
s << itoopieFavicon;
|
||||
s << "' /><title>Purple I2P Webconsole</title></head>";
|
||||
s << "' /><title>Purple I2P " << VERSION " Webconsole</title></head>";
|
||||
// Head end
|
||||
if (address.length () > 1)
|
||||
HandleCommand (address.substr (2), s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue