|
From: Jon O. <jon...@us...> - 2005-08-20 18:24:39
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23043/modules/mx_pafiledb Modified Files: dload.php Log Message: compatibility with new core 2.8 - adding new core generic parameters Index: dload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** dload.php 21 Apr 2005 20:55:42 -0000 1.10 --- dload.php 20 Aug 2005 18:24:28 -0000 1.11 *************** *** 50,53 **** --- 50,58 ---- if ( !function_exists( 'read_block_config' ) ) { + if( isset($_REQUEST['action']) && $_REQUEST['action'] == 'download' ) + { + define('MX_GZIP_DISABLED', true); + } + define( 'IN_PORTAL', true ); $mx_root_path = '../../'; *************** *** 135,139 **** /* - orig include($phpbb_root_path . 'includes/page_header.'.$phpEx); ! */ // MX if ( !$is_block ) --- 140,144 ---- /* - orig include($phpbb_root_path . 'includes/page_header.'.$phpEx); ! */ // MX if ( !$is_block ) |