diff options
author | Alib <aliboba@free.fr> | 2010-02-25 01:28:30 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-25 01:28:30 +0100 |
commit | d350aac197f8ad5ab501c3b25b6543e802de0e47 (patch) | |
tree | e7f44761decee122c1f6ac6e4290c26f230b063e /genplaylist.php | |
parent | ddb8a06c277c789dc83a9e90388353092f47ebc1 (diff) | |
download | istreamdev-d350aac197f8ad5ab501c3b25b6543e802de0e47.tar.gz istreamdev-d350aac197f8ad5ab501c3b25b6543e802de0e47.tar.bz2 |
debug playlist
Diffstat (limited to 'genplaylist.php')
-rwxr-xr-x | genplaylist.php | 3 |
1 files changed, 1 insertions, 2 deletions
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 "<?xml version=\"1.0\"?>\n"; echo "<status>\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); |