|
From: Jon O. <jon...@us...> - 2008-06-03 20:04:22
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28612 Modified Files: mx_constants.php Log Message: Final updates mxBB -> MXP and alike... Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** mx_constants.php 8 Feb 2008 23:35:56 -0000 1.28 --- mx_constants.php 3 Jun 2008 20:04:13 -0000 1.29 *************** *** 16,25 **** // User Levels <- this values are for compatiblility with mxBB 2.8.x and phpBB2 ! // Revove them when mxBB is fixed !defined('DELETED') ? define('DELETED', -1) : false; !defined('USER') ? define('USER', 0) : false; !defined('ADMIN') ? define('ADMIN', 1) : false; !defined('MOD') ? define('MOD', 2) : false; ! // User Levels <- this values are for compatiblility with mxBB 2.8.x and phpBB2 // URL PARAMETERS --- 16,25 ---- // User Levels <- this values are for compatiblility with mxBB 2.8.x and phpBB2 ! // Revove them when MX-Publisher is fixed !defined('DELETED') ? define('DELETED', -1) : false; !defined('USER') ? define('USER', 0) : false; !defined('ADMIN') ? define('ADMIN', 1) : false; !defined('MOD') ? define('MOD', 2) : false; ! // User Levels <- this values are for compatiblility with MX-Publisher 2.8.x and phpBB2 // URL PARAMETERS |