|
From: Florin C B. <ory...@us...> - 2013-04-21 01:54:27
|
Update of /cvsroot/mxbb/mx_music/music_box/mp3 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4321/music_box/mp3 Modified Files: get_mp3_files.php get_mp3_files_pop.php Log Message: fixed mp3 play in categories using jw flash player and media player in music page Index: get_mp3_files_pop.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/mp3/get_mp3_files_pop.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** get_mp3_files_pop.php 19 Apr 2013 17:55:51 -0000 1.1 --- get_mp3_files_pop.php 21 Apr 2013 01:54:25 -0000 1.2 *************** *** 57,61 **** } } ! // // Get general music information --- 57,61 ---- } } ! @define('MXBB_27x', @file_exists( $mx_root_path . 'mx_login.'.$phpEx)); // // Get general music information Index: get_mp3_files.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/mp3/get_mp3_files.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** get_mp3_files.php 19 Apr 2013 17:55:51 -0000 1.1 --- get_mp3_files.php 21 Apr 2013 01:54:25 -0000 1.2 *************** *** 58,62 **** } } ! // // Get general music information --- 58,62 ---- } } ! @define('MXBB_27x', @file_exists( $mx_root_path . 'mx_login.'.$phpEx)); // // Get general music information |