|
From: Florin C B. <ory...@us...> - 2013-06-17 15:44:08
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9160 Modified Files: admin_pafiledb.php Log Message: Index: admin_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pafiledb.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_pafiledb.php 3 Jun 2008 20:21:54 -0000 1.8 --- admin_pafiledb.php 17 Jun 2013 15:44:06 -0000 1.9 *************** *** 9,14 **** */ - define( 'IN_PORTAL', true ); - $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 9,12 ---- *************** *** 16,19 **** --- 14,18 ---- { define( 'IN_PHPBB', 1 ); + define( 'IN_PORTAL', 1 ); define( 'MXBB_MODULE', false ); *************** *** 35,39 **** else { - define( 'IN_PORTAL', 1 ); define( 'MXBB_MODULE', true ); --- 34,37 ---- *************** *** 58,62 **** if ( !empty( $setmodules ) ) { - include_once( $setmodules_root_path . $setmodules_module_path . 'pafiledb/includes/pafiledb_constants.' . $phpEx ); $filename = basename( __FILE__ ); --- 56,59 ---- *************** *** 75,78 **** --- 72,76 ---- // require( $mx_root_path . '/admin/pagestart.' . $phpEx ); + include_once( $setmodules_root_path . $setmodules_module_path . 'pafiledb/includes/pafiledb_constants.' . $phpEx ); include( $module_root_path . 'pafiledb/pafiledb_common.' . $phpEx ); |