Merge pull request #2222 from wipedlifepotato/httpTheme

Update HTTPServer.cpp. fix
This commit is contained in:
orignal 2025-08-18 07:50:23 -04:00 committed by GitHub
commit d33a2ec4c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@
namespace i2p { namespace i2p {
namespace http { namespace http {
static void LoadExtCSS (std::string fileName = "style.css") static void LoadExtCSS (std::string fileName = "style")
{ {
std::stringstream s; std::stringstream s;
std::string styleFile = i2p::fs::DataDirPath ("webconsole/"+fileName+".css"); std::string styleFile = i2p::fs::DataDirPath ("webconsole/"+fileName+".css");