|
From: FlorinCB <ory...@us...> - 2008-09-17 17:28:12
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11874 Modified Files: music.php Log Message: fix Index: music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** music.php 10 Sep 2008 13:55:49 -0000 1.26 --- music.php 18 Sep 2008 00:28:07 -0000 1.27 *************** *** 109,114 **** */ ! mx_cache::load_file('bbcode'); ! mx_cache::load_file('functions_post'); } else if (@file_exists("./mcp.$phpEx")) // phpBB3 --- 109,116 ---- */ ! //mx_cache::load_file('bbcode'); ! //mx_cache::load_file('functions_post'); ! include_once($phpbb_root_path . "includes/bbcode.$phpEx"); ! include_once($phpbb_root_path . "includes/functions_post.$phpEx"); } else if (@file_exists("./mcp.$phpEx")) // phpBB3 |