From 0e5d920a64954cd415ae17f73bdabf8d1fe6cf39 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Thu, 25 Feb 2010 02:03:48 +0100 Subject: Fixed some character issues --- genplaylist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'genplaylist.php') 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) -- cgit v1.2.3