diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/vdr.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |