mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 10:10:24 +01:00
Update HTTPServer.cpp. fix
Починка style.css если нет кастомных тем
This commit is contained in:
parent
1a958df8d3
commit
c7ad247929
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue