From ecde4487e797096b0a2b9f92180223625bce2e75 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 17 Dec 2007 21:57:29 +0000 Subject: - Removed not needed channels.ecpp file for security reasons as it did not have login protection. --- Makefile | 2 +- pages/Makefile | 16 +++++++--------- pages/channels.ecpp | 39 --------------------------------------- 3 files changed, 8 insertions(+), 49 deletions(-) delete mode 100644 pages/channels.ecpp diff --git a/Makefile b/Makefile index e9832a0..1e58c71 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.55 2007/12/17 21:24:33 tadi Exp $ +# $Id: Makefile,v 1.56 2007/12/17 21:57:29 tadi Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. diff --git a/pages/Makefile b/pages/Makefile index 53deb99..11b7ebe 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -15,15 +15,13 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = menu.o channels.o recordings.o schedule.o \ - screenshot.o timers.o whats_on.o switch_channel.o \ - keypress.o remote.o channels_widget.o edit_timer.o \ - error.o pageelems.o tooltip.o vlc.o \ - searchtimers.o edit_searchtimer.o searchresults.o \ - searchepg.o login.o ibox.o xmlresponse.o \ - play_recording.o pause_recording.o stop_recording.o \ - ffw_recording.o rwd_recording.o setup.o content.o \ - epginfo.o +OBJS = menu.o recordings.o schedule.o screenshot.o timers.o \ + whats_on.o switch_channel.o keypress.o remote.o \ + channels_widget.o edit_timer.o error.o pageelems.o tooltip.o \ + vlc.o searchtimers.o edit_searchtimer.o searchresults.o \ + searchepg.o login.o ibox.o xmlresponse.o play_recording.o \ + pause_recording.o stop_recording.o ffw_recording.o \ + rwd_recording.o setup.o content.o epginfo.o ### Default rules: diff --git a/pages/channels.ecpp b/pages/channels.ecpp deleted file mode 100644 index 0dedcb9..0000000 --- a/pages/channels.ecpp +++ /dev/null @@ -1,39 +0,0 @@ -<%pre> -#include -#include -#include "setup.h" -#include "tools.h" - -using namespace vdrlive; - - - - - <$ tr("channels") $> - - -
-<{ - - ReadLock channelsLock( Channels ); - if (channelsLock) { - for (cChannel *channel = Channels.First(); channel && channel->Number() <= LiveSetup().GetLastChannel(); channel = Channels.Next(channel)) { - if (!channel->GroupSep() && *channel->Name()) { -}> - -<{ - } - } - } else { -}> -
- Zugriff auf Kanäle temporär nicht möglich. Bitte später versuchen. -
-<{ - } -}> -
- - -- cgit v1.2.3