mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
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:
@@ -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);
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user