summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-27 18:46:22 +0100
committerTheTroll <trolldev@gmail.com>2010-03-27 18:46:22 +0100
commit4241ab5e4b0d7a1a0165175c1067ac22edd76de8 (patch)
treeeaa668b1ee891b5625c3dfd55eae79f3efe1f849 /bin
parentcb9a8fdfff198fa6af8526a1448c8c2019f90ffb (diff)
downloadistreamdev-4241ab5e4b0d7a1a0165175c1067ac22edd76de8.tar.gz
istreamdev-4241ab5e4b0d7a1a0165175c1067ac22edd76de8.tar.bz2
fix?
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vdr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vdr.php b/bin/vdr.php
index 48bdeba..72e63eb 100755
--- a/bin/vdr.php
+++ b/bin/vdr.php
@@ -565,7 +565,7 @@ function vdrgetepg($channel, $time, $day, $programs, $extended)
function vdrgetrecinfo($rec)
{
$infofile = $rec ."/info";
- $infofile = addslashes($infofile);
+ $infofile = addcslashes($infofile, "'");
if (file_exists($infofile))
$info= file_get_contents($infofile);
else