summaryrefslogtreecommitdiff
path: root/genplaylist.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-25 13:50:13 +0100
committerAlib <aliboba@free.fr>2010-02-25 13:50:13 +0100
commit0523957900c8962c67aa466236b579d1e870a5fb (patch)
tree1e813a0823b40776717c92c583cb4c6106947d39 /genplaylist.php
parent0921ec0f64d6782076d1e1fb2333cb53c86d279f (diff)
parent0e5d920a64954cd415ae17f73bdabf8d1fe6cf39 (diff)
downloadistreamdev-0523957900c8962c67aa466236b579d1e870a5fb.tar.gz
istreamdev-0523957900c8962c67aa466236b579d1e870a5fb.tar.bz2
Merge branch 'master' of projects.vdr-developer.org:istreamdev
Conflicts: includes/inc_audio.php
Diffstat (limited to 'genplaylist.php')
-rwxr-xr-xgenplaylist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/genplaylist.php b/genplaylist.php
index cd08fcc..9fa6016 100755
--- a/genplaylist.php
+++ b/genplaylist.php
@@ -13,7 +13,7 @@
$name = $_REQUEST['name'];
exec('rm playlist/*');
- exec('ln -s ' .addcslashes(quotemeta($path), " &") .'* playlist');
+ exec('ln -s ' .addcslashes(quotemeta($path), " &'") .'* playlist');
$dir_handle = @opendir($path);
if (!$dir_handle)