|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:52
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/admin Modified Files: admin_mx_block_cp.php admin_mx_chkobjs.php index.php pagestart.php Log Message: Cosmetics... Index: pagestart.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/pagestart.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** pagestart.php 27 Jun 2006 07:52:03 -0000 1.21 --- pagestart.php 30 Aug 2006 19:15:43 -0000 1.22 *************** *** 9,17 **** */ - /** - * mxBB Notes: - * The BLOCK_EDIT switch makes this file accessible when editing blocks in portal mode. - */ - if( !defined('IN_PORTAL') ) { --- 9,12 ---- Index: admin_mx_chkobjs.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_chkobjs.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** admin_mx_chkobjs.php 27 Jun 2006 07:52:02 -0000 1.20 --- admin_mx_chkobjs.php 30 Aug 2006 19:15:43 -0000 1.21 *************** *** 12,16 **** // [ ADMINCP COMMON INITIALIZATION ] // ====================================================== - if( !empty($setmodules) ) { --- 12,15 ---- Index: admin_mx_block_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_block_cp.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** admin_mx_block_cp.php 24 Aug 2006 21:12:51 -0000 1.14 --- admin_mx_block_cp.php 30 Aug 2006 19:15:42 -0000 1.15 *************** *** 190,212 **** // - // Setup config parameters - // - //$block_config = $mode == 'editblog' ? read_block_config($block_id, false, $sub_id) : read_block_config($block_id, false); - - // - // Blog mode: - // - //$blog_validate = ( $blog_mode == 'group' ) ? mx_auth_group($sub_id, true) : $sub_id == $userdata['user_id']; - - /* - if( !($blog_validate || $is_auth_ary['auth_edit']) ) - { - $header_location = ( @preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE')) ) ? 'Refresh: 0; URL=' : 'Location: '; - header($header_location . append_sid(PORTAL_URL . "index.$phpEx", true)); - exit; - } - */ - - // // Start output // --- 190,193 ---- Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** index.php 18 Aug 2006 08:01:57 -0000 1.27 --- index.php 30 Aug 2006 19:15:43 -0000 1.28 *************** *** 23,27 **** require('./pagestart.' . $phpEx); - // ------------------------------ // DEBUG ONLY ;-) --- 23,26 ---- *************** *** 30,34 **** // ------------------------------ - // --------------- // Begin functions --- 29,32 ---- *************** *** 390,394 **** $avatar_dir_size = $avatar_dir_size . " Bytes"; } - } else --- 388,391 ---- *************** *** 669,673 **** } } - } else --- 666,669 ---- *************** *** 767,771 **** ); } - } else --- 763,766 ---- *************** *** 837,841 **** /* End phpBB version check code block */ - /* Begin mxBB version check code block */ $current_mxbb_version = explode('.', $portal_config['portal_version']); --- 832,835 ---- *************** *** 899,903 **** /* End mxBB version check code block */ - $template->assign_vars(array( 'MXBB_VERSION_INFO' => $mxbb_version_info, --- 893,896 ---- *************** *** 910,914 **** include('./page_footer_admin.'.$phpEx); - } else --- 903,906 ---- *************** *** 933,937 **** $db->sql_close(); exit; - } ?> \ No newline at end of file --- 925,928 ---- |