|
From: Jon O. <jon...@us...> - 2008-07-10 22:23:32
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1645/pafiledb/admin Modified Files: admin_cat_manage.php admin_catauth_manage.php admin_custom_manage.php admin_fchecker_manage.php admin_license_manage.php admin_settings.php admin_ug_auth_manage.php Log Message: Moving load_file to mx_cache... Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_cat_manage.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_cat_manage.php 15 Jun 2008 21:05:04 -0000 1.7 --- admin_cat_manage.php 10 Jul 2008 22:23:26 -0000 1.8 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $mode = ( isset( $_REQUEST['mode'] ) ) ? htmlspecialchars( $_REQUEST['mode'] ) : ''; --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); $mode = ( isset( $_REQUEST['mode'] ) ) ? htmlspecialchars( $_REQUEST['mode'] ) : ''; Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_settings.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_settings.php 15 Jun 2008 21:05:05 -0000 1.8 --- admin_settings.php 10 Jul 2008 22:23:27 -0000 1.9 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $submit = ( isset( $_POST['submit'] ) ) ? true : false; --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); $submit = ( isset( $_POST['submit'] ) ) ? true : false; Index: admin_ug_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_ug_auth_manage.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_ug_auth_manage.php 15 Jun 2008 21:05:05 -0000 1.7 --- admin_ug_auth_manage.php 10 Jul 2008 22:23:27 -0000 1.8 *************** *** 25,30 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $params = array( 'mode' => 'mode', 'user_id' => POST_USERS_URL, 'group_id' => POST_GROUPS_URL ); --- 25,29 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); $params = array( 'mode' => 'mode', 'user_id' => POST_USERS_URL, 'group_id' => POST_GROUPS_URL ); Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_custom_manage.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_custom_manage.php 15 Jun 2008 21:05:05 -0000 1.7 --- admin_custom_manage.php 10 Jul 2008 22:23:26 -0000 1.8 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); // Index: admin_fchecker_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_fchecker_manage.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_fchecker_manage.php 15 Jun 2008 21:05:05 -0000 1.5 --- admin_fchecker_manage.php 10 Jul 2008 22:23:27 -0000 1.6 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $this_dir = $module_root_path . 'pafiledb/uploads/'; --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); $this_dir = $module_root_path . 'pafiledb/uploads/'; Index: admin_catauth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_catauth_manage.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_catauth_manage.php 15 Jun 2008 21:05:04 -0000 1.7 --- admin_catauth_manage.php 10 Jul 2008 22:23:26 -0000 1.8 *************** *** 25,30 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $custom_auth_approval = array(); --- 25,29 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); $custom_auth_approval = array(); Index: admin_license_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/admin/admin_license_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_license_manage.php 15 Jun 2008 21:05:05 -0000 1.6 --- admin_license_manage.php 10 Jul 2008 22:23:27 -0000 1.7 *************** *** 23,28 **** // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); if ( isset( $_GET['license'] ) || isset( $_POST['license'] ) ) --- 23,27 ---- // Includes // ! mx_cache::load_file('functions_search', 'phpbb2'); if ( isset( $_GET['license'] ) || isset( $_POST['license'] ) ) |