|
From: <mxb...@li...> - 2005-03-16 00:18:52
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9861 Modified Files: common.php Log Message: Moved all cloned phpBB function into its own includes script. Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** common.php 9 Mar 2005 22:46:33 -0000 1.26 --- common.php 16 Mar 2005 00:18:43 -0000 1.27 *************** *** 209,212 **** --- 209,213 ---- include_once( $mx_root_path . 'includes/mx_constants.' . $phpEx ); include_once( $mx_root_path . 'includes/mx_functions.' . $phpEx ); + include_once( $mx_root_path . 'includes/mx_functions_phpbb.' . $phpEx ); include_once( $mx_root_path . 'includes/mx_auth.' . $phpEx ); include_once( $mx_root_path . 'includes/mx_cache.' . $phpEx ); |