|
From: Jon O. <jon...@us...> - 2008-02-23 19:41:25
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2666 Modified Files: dload_lists.php dload_mini.php dload_quickdl.php Log Message: Custom module default style update for panel parameters blockCP stays in current page Index: dload_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_mini.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dload_mini.php 15 Feb 2008 22:14:23 -0000 1.4 --- dload_mini.php 23 Feb 2008 19:41:21 -0000 1.5 *************** *** 28,31 **** --- 28,32 ---- define( 'MXBB_MODULE', true ); define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); + define( 'MXBB_28x', @file_exists( $mx_root_path . 'includes/sessions/index.htm' ) ); list( $trash, $mx_script_name_temp ) = split ( trim( $board_config['server_name'] ), PORTAL_URL ); Index: dload_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_lists.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** dload_lists.php 15 Feb 2008 22:14:23 -0000 1.26 --- dload_lists.php 23 Feb 2008 19:41:21 -0000 1.27 *************** *** 28,31 **** --- 28,32 ---- define( 'MXBB_MODULE', true ); define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); + define( 'MXBB_28x', @file_exists( $mx_root_path . 'includes/sessions/index.htm' ) ); // Index: dload_quickdl.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_quickdl.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** dload_quickdl.php 15 Feb 2008 22:14:23 -0000 1.16 --- dload_quickdl.php 23 Feb 2008 19:41:21 -0000 1.17 *************** *** 28,31 **** --- 28,32 ---- define( 'MXBB_MODULE', true ); define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); + define( 'MXBB_28x', @file_exists( $mx_root_path . 'includes/sessions/index.htm' ) ); list( $trash, $mx_script_name_temp ) = split ( trim( $board_config['server_name'] ), PORTAL_URL ); |