mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 17:01:49 +00:00
Merge pull request #2222 from wipedlifepotato/httpTheme
Update HTTPServer.cpp. fix
This commit is contained in:
commit
d33a2ec4c4
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user