|
From: Jon O. <jon...@us...> - 2006-07-08 16:28:50
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15070/modules/mx_pafiledb/admin Modified Files: admin_pafiledb.php Removed 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: moved functions and removed files --- admin_pa_category.php DELETED --- --- admin_pa_file.php DELETED --- --- admin_pa_settings.php DELETED --- --- admin_pa_catauth.php DELETED --- --- admin_pa_license.php DELETED --- --- admin_pa_fchecker.php DELETED --- Index: admin_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pafiledb.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_pafiledb.php 8 Jul 2006 10:23:34 -0000 1.1 --- admin_pafiledb.php 8 Jul 2006 16:28:46 -0000 1.2 *************** *** 59,63 **** $module['pafileDB_Download']['1_Cat_manage'] = $setmodules_admin_path . $filename . "?action=cat_manage"; $module['pafileDB_Download']['2_File_manage'] = $setmodules_admin_path . $filename . "?action=file_manage"; ! $module['pafileDB_Download']['3_Permissions'] = $setmodules_admin_path . $filename . "?action=auth_manage"; $module['pafileDB_Download']['4_License'] = $setmodules_admin_path . $filename . "?action=license_manage"; $module['pafileDB_Download']['5_Custom_manage'] = $setmodules_admin_path . $filename . "?action=custom_manage"; --- 59,63 ---- $module['pafileDB_Download']['1_Cat_manage'] = $setmodules_admin_path . $filename . "?action=cat_manage"; $module['pafileDB_Download']['2_File_manage'] = $setmodules_admin_path . $filename . "?action=file_manage"; ! $module['pafileDB_Download']['3_Permissions'] = $setmodules_admin_path . $filename . "?action=catauth_manage"; $module['pafileDB_Download']['4_License'] = $setmodules_admin_path . $filename . "?action=license_manage"; $module['pafileDB_Download']['5_Custom_manage'] = $setmodules_admin_path . $filename . "?action=custom_manage"; *************** *** 96,100 **** 'cat_manage' => 'cat_manage', 'file_manage' => 'file_manage', ! 'auth_manage' => 'auth_manage', 'license_manage' => 'license_manage', 'custom_manage' => 'custom_manage', --- 96,101 ---- 'cat_manage' => 'cat_manage', 'file_manage' => 'file_manage', ! 'catauth_manage' => 'catauth_manage', ! 'ug_auth_manage' => 'ug_auth_manage', 'license_manage' => 'license_manage', 'custom_manage' => 'custom_manage', --- admin_pa_custom.php DELETED --- --- admin_pa_ug_auth.php DELETED --- |