|
From: Florin C B. <ory...@us...> - 2013-07-02 05:49:31
|
Update of /cvsroot/mxbb/mx_smartor/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13152 Modified Files: admin_album_auth.php admin_album_cat.php admin_album_cfg.php admin_album_clearcache.php admin_album_clown_SP.php admin_album_config_personal.php admin_album_ext.php admin_album_otf.php admin_album_personal.php Log Message: Index: admin_album_config_personal.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_config_personal.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_album_config_personal.php 17 Jun 2013 18:05:07 -0000 1.7 --- admin_album_config_personal.php 2 Jul 2013 05:49:29 -0000 1.8 *************** *** 82,86 **** { @define( 'MXBB_MODULE', true ); ! // Main paths $mx_root_path = './../../../'; --- 82,86 ---- { @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; Index: admin_album_cfg.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_cfg.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** admin_album_cfg.php 17 Jun 2013 18:05:07 -0000 1.11 --- admin_album_cfg.php 2 Jul 2013 05:49:29 -0000 1.12 *************** *** 72,77 **** else { ! @define('MXBB_MODULE', true); ! // // Main paths --- 72,77 ---- else { ! @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // // Main paths Index: admin_album_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_auth.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** admin_album_auth.php 17 Jun 2013 18:05:07 -0000 1.19 --- admin_album_auth.php 2 Jul 2013 05:49:29 -0000 1.20 *************** *** 74,77 **** --- 74,78 ---- { @define( 'MXBB_MODULE', true ); + @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; Index: admin_album_clearcache.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_clearcache.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** admin_album_clearcache.php 17 Jun 2013 18:05:07 -0000 1.16 --- admin_album_clearcache.php 2 Jul 2013 05:49:29 -0000 1.17 *************** *** 73,76 **** --- 73,77 ---- { @define( 'MXBB_MODULE', true ); + @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; Index: admin_album_ext.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_ext.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_album_ext.php 17 Jun 2013 18:07:51 -0000 1.9 --- admin_album_ext.php 2 Jul 2013 05:49:29 -0000 1.10 *************** *** 15,19 **** return; } ! // Let's set the root dir for phpBB $module_root_path = '../'; --- 15,19 ---- return; } ! @define('IN_PORTAL', true); // Let's set the root dir for phpBB $module_root_path = '../'; Index: admin_album_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_cat.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** admin_album_cat.php 17 Jun 2013 18:05:07 -0000 1.16 --- admin_album_cat.php 2 Jul 2013 05:49:29 -0000 1.17 *************** *** 89,93 **** { @define( 'MXBB_MODULE', true ); ! // Main paths $mx_root_path = './../../../'; --- 89,93 ---- { @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', 1); // Main paths $mx_root_path = './../../../'; Index: admin_album_otf.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_otf.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_album_otf.php 17 Jun 2013 18:05:07 -0000 1.6 --- admin_album_otf.php 2 Jul 2013 05:49:29 -0000 1.7 *************** *** 88,92 **** { @define( 'MXBB_MODULE', true ); ! // // Main paths --- 88,92 ---- { @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // // Main paths Index: admin_album_personal.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_personal.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** admin_album_personal.php 17 Jun 2013 18:05:07 -0000 1.17 --- admin_album_personal.php 2 Jul 2013 05:49:29 -0000 1.18 *************** *** 76,80 **** { @define( 'MXBB_MODULE', true ); ! // Main paths $mx_root_path = './../../../'; --- 76,80 ---- { @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; Index: admin_album_clown_SP.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_clown_SP.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** admin_album_clown_SP.php 17 Jun 2013 18:05:07 -0000 1.20 --- admin_album_clown_SP.php 2 Jul 2013 05:49:29 -0000 1.21 *************** *** 71,76 **** else { ! @define('MXBB_MODULE', true); ! // Main paths $mx_root_path = './../../../'; --- 71,76 ---- else { ! @define( 'MXBB_MODULE', true ); ! @define('IN_PORTAL', true); // Main paths $mx_root_path = './../../../'; |