diff options
Diffstat (limited to 'genplaylist.php')
-rwxr-xr-x | genplaylist.php | 2 |
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) |