Update of /cvsroot/mxbb/core/modules/mx_users/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16523 Modified Files: admin_groupcp.php admin_groups.php admin_prune_user_posts.php admin_prune_users.php admin_userlist.php admin_users.php Log Message: Index: admin_prune_user_posts.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_prune_user_posts.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_prune_user_posts.php 17 Jun 2013 18:14:28 -0000 1.7 --- admin_prune_user_posts.php 25 Jun 2013 18:24:07 -0000 1.8 *************** *** 19,23 **** return; } ! $mx_root_path = './../../../'; $module_root_path = "./../"; --- 19,23 ---- return; } ! @define('IN_PORTAL', 1); $mx_root_path = './../../../'; $module_root_path = "./../"; Index: admin_users.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_users.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** admin_users.php 17 Jun 2013 18:14:28 -0000 1.11 --- admin_users.php 25 Jun 2013 18:24:07 -0000 1.12 *************** *** 26,30 **** return; } ! $mx_root_path = './../../../'; $module_root_path = "./../"; --- 26,30 ---- return; } ! @define('IN_PORTAL', 1); $mx_root_path = './../../../'; $module_root_path = "./../"; Index: admin_groups.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_groups.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_groups.php 17 Jun 2013 18:14:28 -0000 1.5 --- admin_groups.php 25 Jun 2013 18:24:07 -0000 1.6 *************** *** 28,32 **** return; } ! $mx_root_path = './../../../'; $module_root_path = "./../"; --- 28,32 ---- return; } ! @define('IN_PORTAL', 1); $mx_root_path = './../../../'; $module_root_path = "./../"; Index: admin_prune_users.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_prune_users.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_prune_users.php 17 Jun 2013 18:14:28 -0000 1.7 --- admin_prune_users.php 25 Jun 2013 18:24:07 -0000 1.8 *************** *** 19,23 **** return; } ! $mx_root_path = './../../../'; $module_root_path = "./../"; --- 19,23 ---- return; } ! @define('IN_PORTAL', 1); $mx_root_path = './../../../'; $module_root_path = "./../"; Index: admin_userlist.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_userlist.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_userlist.php 17 Jun 2013 18:14:28 -0000 1.7 --- admin_userlist.php 25 Jun 2013 18:24:07 -0000 1.8 *************** *** 16,20 **** return; } ! $mx_root_path = './../../../'; $module_root_path = "./../"; --- 16,20 ---- return; } ! @define('IN_PORTAL', 1); $mx_root_path = './../../../'; $module_root_path = "./../"; Index: admin_groupcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_groupcp.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_groupcp.php 17 Jun 2013 18:14:28 -0000 1.9 --- admin_groupcp.php 25 Jun 2013 18:24:06 -0000 1.10 *************** *** 10,13 **** --- 10,23 ---- */ + /** + * + * @package MX-Publisher Module - mx_users + * @version $Id$ + * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mx-publisher.com/ + * + */ + /*************************************************************************** * *************** *** 19,23 **** ***************************************************************************/ - if ( !empty( $setmodules ) ) { --- 29,32 ---- *************** *** 25,29 **** return; } ! $mx_root_path = './../../../'; $module_root_path = "./../"; --- 34,38 ---- return; } ! @define('IN_PORTAL', 1); $mx_root_path = './../../../'; $module_root_path = "./../"; |