|
From: Jon O. <jon...@us...> - 2005-09-22 10:11:10
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8476/modules/mx_pafiledb/admin Modified Files: admin_pa_catauth.php admin_pa_category.php admin_pa_custom.php admin_pa_fchecker.php admin_pa_file.php admin_pa_license.php admin_pa_settings.php admin_pa_ug_auth.php Log Message: updating Index: admin_pa_category.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_category.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** admin_pa_category.php 1 May 2005 16:41:27 -0000 1.10 --- admin_pa_category.php 22 Sep 2005 10:11:01 -0000 1.11 *************** *** 20,23 **** --- 20,26 ---- if ( file_exists( './../viewtopic.php' ) ) { + // + // phpBB MOD mode + // define( 'IN_PHPBB', 1 ); define( 'IN_PORTAL', 1 ); *************** *** 58,62 **** $file = basename( __FILE__ ); ! $module['pafileDB_Download']['1_Cat_manage_title'] = $module_root_path . 'admin/' . $file; return; } --- 61,65 ---- $file = basename( __FILE__ ); ! $module['pafileDB_Download']['1_Cat_manage_title'] = 'modules/mx_pafiledb/admin/' . $file; return; } Index: admin_pa_file.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_file.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** admin_pa_file.php 1 May 2005 16:41:28 -0000 1.13 --- admin_pa_file.php 22 Sep 2005 10:11:01 -0000 1.14 *************** *** 20,23 **** --- 20,26 ---- if ( file_exists( './../viewtopic.php' ) ) { + // + // phpBB MOD mode + // define( 'IN_PHPBB', 1 ); define( 'IN_PORTAL', 1 ); *************** *** 58,62 **** $file = basename( __FILE__ ); ! $module['pafileDB_Download']['2_File_manage_title'] = $module_root_path . 'admin/' . $file; return; } --- 61,65 ---- $file = basename( __FILE__ ); ! $module['pafileDB_Download']['2_File_manage_title'] = 'modules/mx_pafiledb/admin/' . $file; return; } Index: admin_pa_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_settings.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** admin_pa_settings.php 1 May 2005 16:41:28 -0000 1.11 --- admin_pa_settings.php 22 Sep 2005 10:11:01 -0000 1.12 *************** *** 20,23 **** --- 20,26 ---- if ( file_exists( './../viewtopic.php' ) ) { + // + // phpBB MOD mode + // define( 'IN_PHPBB', 1 ); define( 'IN_PORTAL', 1 ); *************** *** 57,61 **** $file = basename( __FILE__ ); ! $module['pafileDB_Download']['0_Configuration_title'] = $module_root_path . 'admin/' . $file; return; } --- 60,64 ---- $file = basename( __FILE__ ); ! $module['pafileDB_Download']['0_Configuration_title'] = 'modules/mx_pafiledb/admin/' . $file; return; } Index: admin_pa_catauth.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_catauth.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_pa_catauth.php 1 May 2005 16:41:26 -0000 1.9 --- admin_pa_catauth.php 22 Sep 2005 10:11:00 -0000 1.10 *************** *** 20,23 **** --- 20,26 ---- if ( file_exists( './../viewtopic.php' ) ) { + // + // phpBB MOD mode + // define( 'IN_PHPBB', 1 ); define( 'IN_PORTAL', 1 ); *************** *** 57,61 **** $file = basename( __FILE__ ); ! $module['pafileDB_Download']['3_Permissions_title'] = $module_root_path . 'admin/' . $file; return; } --- 60,64 ---- $file = basename( __FILE__ ); ! $module['pafileDB_Download']['3_Permissions_title'] = 'modules/mx_pafiledb/admin/' . $file; return; } Index: admin_pa_license.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_license.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** admin_pa_license.php 1 May 2005 16:41:28 -0000 1.10 --- admin_pa_license.php 22 Sep 2005 10:11:01 -0000 1.11 *************** *** 20,23 **** --- 20,26 ---- if ( file_exists( './../viewtopic.php' ) ) { + // + // phpBB MOD mode + // define( 'IN_PHPBB', 1 ); define( 'IN_PORTAL', 1 ); *************** *** 57,61 **** $file = basename( __FILE__ ); ! $module['pafileDB_Download']['4_License_title'] = $module_root_path . 'admin/' . $file; return; } --- 60,64 ---- $file = basename( __FILE__ ); ! $module['pafileDB_Download']['4_License_title'] = 'modules/mx_pafiledb/admin/' . $file; return; } Index: admin_pa_fchecker.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_fchecker.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** admin_pa_fchecker.php 1 May 2005 16:41:28 -0000 1.10 --- admin_pa_fchecker.php 22 Sep 2005 10:11:01 -0000 1.11 *************** *** 20,23 **** --- 20,26 ---- if ( file_exists( './../viewtopic.php' ) ) { + // + // phpBB MOD mode + // define( 'IN_PHPBB', 1 ); define( 'IN_PORTAL', 1 ); *************** *** 57,61 **** $file = basename( __FILE__ ); ! $module['pafileDB_Download']['6_Fchecker_title'] = $module_root_path . 'admin/' . $file; return; } --- 60,64 ---- $file = basename( __FILE__ ); ! $module['pafileDB_Download']['6_Fchecker_title'] = 'modules/mx_pafiledb/admin/' . $file; return; } Index: admin_pa_custom.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_custom.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** admin_pa_custom.php 1 May 2005 16:41:28 -0000 1.11 --- admin_pa_custom.php 22 Sep 2005 10:11:01 -0000 1.12 *************** *** 20,23 **** --- 20,26 ---- if ( file_exists( './../viewtopic.php' ) ) { + // + // phpBB MOD mode + // define( 'IN_PHPBB', 1 ); define( 'IN_PORTAL', 1 ); *************** *** 59,63 **** $file = basename( __FILE__ ); ! $module['pafileDB_Download']['5_Custom_manage_title'] = $module_root_path . 'admin/' . $file; return; } --- 62,66 ---- $file = basename( __FILE__ ); ! $module['pafileDB_Download']['5_Custom_manage_title'] = 'modules/mx_pafiledb/admin/' . $file; return; } Index: admin_pa_ug_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_ug_auth.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_pa_ug_auth.php 1 May 2005 16:41:28 -0000 1.7 --- admin_pa_ug_auth.php 22 Sep 2005 10:11:01 -0000 1.8 *************** *** 20,23 **** --- 20,26 ---- if ( file_exists( './../viewtopic.php' ) ) { + // + // phpBB MOD mode + // define( 'IN_PHPBB', 1 ); define( 'IN_PORTAL', 1 ); |