yWeb: fix popup logos; move special logo path to "/var/tuxbox/httpd/logo"

Origin commit data
------------------
Commit: f1edb41ab4
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-11-24 (Sun, 24 Nov 2019)

Origin message was:
------------------
- yWeb: fix popup logos; move special logo path to "/var/tuxbox/httpd/logo"
This commit is contained in:
vanhofen
2019-11-24 22:20:36 +01:00
parent 38a6a1b364
commit 282bf381db
2 changed files with 2 additions and 1 deletions

View File

@@ -2953,6 +2953,7 @@ TIMER_START();
CFileHelpers::createDir(WEBRADIODIR_VAR);
CFileHelpers::createDir(WEBTVDIR_VAR);
CFileHelpers::createDir(PUBLIC_HTTPDDIR);
CFileHelpers::createDir(PUBLIC_HTTPDDIR "/logo");
CWeather::getInstance()->setCoords(g_settings.weather_location, g_settings.weather_city);

View File

@@ -1,6 +1,6 @@
Language.directory=languages
Language.selected=Deutsch
Tuxbox.LogosURL=@TARGET_ICONSDIR@/logo
Tuxbox.LogosURL=@TARGET_PUBLIC_HTTPDDIR@/logo
WebsiteMain.directory=@TARGET_PRIVATE_HTTPDDIR@
WebsiteMain.override_directory=@TARGET_PUBLIC_HTTPDDIR@
WebsiteMain.port=80