Update HTTPServer.cpp. fix

Починка style.css если нет кастомных тем
This commit is contained in:
🜃 Ezor Kael 2025-08-16 12:06:46 +07:00 committed by GitHub
parent 1a958df8d3
commit c7ad247929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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");