mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-02 05:32:30 +02:00
Add basic inbound tunnel information to webui.
This commit is contained in:
parent
19557a0908
commit
f04f556b75
5 changed files with 212 additions and 1 deletions
|
@ -232,7 +232,7 @@ std::string getMimeType(const std::string& filename)
|
|||
const std::string ext = filename.substr(filename.find_last_of("."));
|
||||
if(ext == ".css")
|
||||
return "text/css";
|
||||
else if(ext == ".css")
|
||||
else if(ext == ".js")
|
||||
return "text/javascript";
|
||||
else if(ext == ".html" || ext == ".htm")
|
||||
return "text/html";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue