summaryrefslogtreecommitdiff
path: root/genplaylist.php
diff options
context:
space:
mode:
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)