From ff270318f7859bb99de1dc679ad3093c31f304dd Mon Sep 17 00:00:00 2001 From: TheTroll Date: Wed, 24 Feb 2010 17:20:04 +0100 Subject: Now redirect single files to playlist frontend (still buggy, file is not played yert) Remove audiotypes conf (we only support native safari ext) --- includes/inc_mp3.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'includes/inc_mp3.php') diff --git a/includes/inc_mp3.php b/includes/inc_mp3.php index 162ebcb..9e3cd62 100755 --- a/includes/inc_mp3.php +++ b/includes/inc_mp3.php @@ -1,6 +1,11 @@ \r\n"; +$play =$_REQUEST['play']; +if ($play == "") + print "\r\n"; +else + print "\r\n"; + print "
\r\n"; print "
\r\n"; print " Back\r\n"; -- cgit v1.2.3