|
From: OryNider <ory...@us...> - 2008-02-19 00:28:53
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22880 Modified Files: forum_hack.php Log Message: http://www.mx-system.com/forum/viewtopic.php?lmsg_start=0&t=10611#62075 Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** forum_hack.php 18 Feb 2008 19:47:37 -0000 1.39 --- forum_hack.php 19 Feb 2008 00:28:45 -0000 1.40 *************** *** 25,34 **** if(!function_exists(style_select)) { ! include_once($phpbb_root_path . 'includes/functions_selects.' . $phpEx); } if(!function_exists(generate_smilies)) { ! include_once($phpbb_root_path . 'includes/functions_post.' . $phpEx); } --- 25,34 ---- if(!function_exists(style_select)) { ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_selects.' . $phpEx); } if(!function_exists(generate_smilies)) { ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_post.' . $phpEx); } *************** *** 47,51 **** if(!function_exists(smilies_pass)) { ! include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx); } --- 47,51 ---- if(!function_exists(smilies_pass)) { ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/bbcode.' . $phpEx); } |