diff options
author | Alib <aliboba@free.fr> | 2010-02-24 19:05:42 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-24 19:05:42 +0100 |
commit | 8edb4d955b2fc8b12ca5b7e59ae809a43343033e (patch) | |
tree | 8905aa85fe5f1bf53044419b2655f106459a426f /includes | |
parent | c297edd1d308cff6c17da12c0ff7d08f9a6223f6 (diff) | |
parent | cd09c60e20dba20253b2ad7d9f9c1b8b17324ce6 (diff) | |
download | istreamdev-8edb4d955b2fc8b12ca5b7e59ae809a43343033e.tar.gz istreamdev-8edb4d955b2fc8b12ca5b7e59ae809a43343033e.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/include.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/include.php b/includes/include.php index 716d1a6..f8819dd 100755 --- a/includes/include.php +++ b/includes/include.php @@ -109,6 +109,8 @@ function start_stream($type, $name, $title, $desc, $qname, $qparams, $category, default: $cmd = ""; } + + $cmd = str_replace('%', '%%', $cmd); exec ($cmd); // Write streaminfo |