From c487ef6807bb58e77ee2eca1ab7551d10394c0b2 Mon Sep 17 00:00:00 2001 From: yjogol Date: Thu, 18 Mar 2010 18:30:43 +0000 Subject: [PATCH] nhttpd: update the default logo path git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@504 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/nhttpd/nhttpd.conf | 2 +- src/nhttpd/yconfig.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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