From cb9a8fdfff198fa6af8526a1448c8c2019f90ffb Mon Sep 17 00:00:00 2001 From: TheTroll Date: Sat, 27 Mar 2010 18:31:32 +0100 Subject: test --- bin/vdr.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/vdr.php b/bin/vdr.php index 593b03c..48bdeba 100755 --- a/bin/vdr.php +++ b/bin/vdr.php @@ -564,7 +564,8 @@ function vdrgetepg($channel, $time, $day, $programs, $extended) function vdrgetrecinfo($rec) { - $infofile = $rec ."/info"; + $infofile = $rec ."/info"; + $infofile = addslashes($infofile); if (file_exists($infofile)) $info= file_get_contents($infofile); else -- cgit v1.2.3