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
+1 -1
View File
@@ -42,7 +42,7 @@
namespace i2p {
namespace http {
static void LoadExtCSS (std::string fileName = "style.css")
static void LoadExtCSS (std::string fileName = "style")
{
std::stringstream s;
std::string styleFile = i2p::fs::DataDirPath ("webconsole/"+fileName+".css");