From d350aac197f8ad5ab501c3b25b6543e802de0e47 Mon Sep 17 00:00:00 2001 From: Alib Date: Thu, 25 Feb 2010 01:28:30 +0100 Subject: debug playlist --- genplaylist.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'genplaylist.php') diff --git a/genplaylist.php b/genplaylist.php index 2df6270..cd08fcc 100755 --- a/genplaylist.php +++ b/genplaylist.php @@ -5,7 +5,6 @@ else include ('config_default.php'); include ('includes/inc_files.php'); - header('Content-Type: text/xml'); echo "\n"; echo "\n"; @@ -43,7 +42,7 @@ $found=1; if ($found) - fwrite($plfile, "playlist/" .$medianame_array[$cnt] ."\n"); + fwrite($plfile,$httppath . "playlist/" .$medianame_array[$cnt] ."\n"); } fclose($plfile); -- cgit v1.2.3