diff --git a/src/nhttpd/nhttpd.conf b/src/nhttpd/nhttpd.conf index 5dda62ba5..89e24b116 100644 --- a/src/nhttpd/nhttpd.conf +++ b/src/nhttpd/nhttpd.conf @@ -1,6 +1,6 @@ Language.directory=languages Language.selected=Deutsch -Tuxbox.LogosURL= +Tuxbox.LogosURL=/usr/share/tuxbox/neutrino/icons/logos WebsiteMain.directory=/share/tuxbox/neutrino/httpd WebsiteMain.override_directory=/var/httpd WebsiteMain.port=80 diff --git a/src/nhttpd/yconfig.h b/src/nhttpd/yconfig.h index a7284deef..9e6b89eac 100644 --- a/src/nhttpd/yconfig.h +++ b/src/nhttpd/yconfig.h @@ -25,7 +25,7 @@ //----------------------------------------------------------------------------- // General central Definitions //----------------------------------------------------------------------------- -#define HTTPD_VERSION "3.2.5" // Webserver version (can be overloaded) +#define HTTPD_VERSION "3.2.6" // Webserver version (can be overloaded) #define YHTTPD_VERSION "1.3.1" // Webserver version (Version of yhttpd-core!) #define IADDR_LOCAL "127.0.0.1" // local IP #define HTTPD_NAME "yhttpd" // Webserver name (can be overloaded) @@ -109,7 +109,7 @@ #define EXTRASDOCUMENTROOT "/mnt/hosted/extras" #define EXTRASDOCUMENTURL "/hosted/extras" #define ZAPITXMLPATH "/var/tuxbox/config/zapit" -#define TUXBOX_LOGOS_URL "" +#define TUXBOX_LOGOS_URL "/usr/share/tuxbox/neutrino/icons/logos" // switch for Box differences #ifdef CONFIG_SYSTEM_TUXBOX