|
From: Florin C B. <ory...@us...> - 2010-08-20 21:15:29
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv23391 Modified Files: music_page.php Log Message: fix for rtmp protocol Index: music_page.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_page.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** music_page.php 9 Apr 2009 03:35:20 -0000 1.13 --- music_page.php 20 Aug 2010 21:15:17 -0000 1.14 *************** *** 282,286 **** $url_video = $url_download; } ! else if ( $song_filetype == 'flv' ) { /* --- 282,286 ---- $url_video = $url_download; } ! else if (( $song_filetype == 'flv') || (str_replace('rtmp://', '', $station_url))) { /* |