|
From: Jon O. <jon...@us...> - 2008-07-10 22:23:30
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1645 Modified Files: dload.php Log Message: Moving load_file to mx_cache... Index: dload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** dload.php 15 Jun 2008 21:05:04 -0000 1.30 --- dload.php 10 Jul 2008 22:23:26 -0000 1.31 *************** *** 60,67 **** $tplEx = 'tpl'; ! mx_page::load_file('bbcode', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/bbcode.' . $phpEx ); ! mx_page::load_file('functions_post', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); // Start session management --- 60,65 ---- $tplEx = 'tpl'; ! mx_cache::load_file('bbcode', 'phpbb2'); ! mx_cache::load_file('functions_post', 'phpbb2'); // Start session management |