mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Add basic inbound tunnel information to webui.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user