|
From: Florin C B. <ory...@us...> - 2013-06-17 18:23:21
|
Update of /cvsroot/mxbb/mx_ggsitemaps/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21005 Modified Files: admin_mx_ggsitemap.php Log Message: Index: admin_mx_ggsitemap.php =================================================================== RCS file: /cvsroot/mxbb/mx_ggsitemaps/admin/admin_mx_ggsitemap.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_mx_ggsitemap.php 3 Jun 2008 20:08:05 -0000 1.4 --- admin_mx_ggsitemap.php 17 Jun 2013 18:23:19 -0000 1.5 *************** *** 11,15 **** if ( file_exists( 'admin_board.php' ) ) { ! define('IN_PHPBB', 1); $admin_root_path1 = $admin_root_path2 = './'; $module_root_path2 = $phpbb_root_path = $mx_root_path = '../'; --- 11,15 ---- if ( file_exists( 'admin_board.php' ) ) { ! @define('IN_PHPBB', 1); $admin_root_path1 = $admin_root_path2 = './'; $module_root_path2 = $phpbb_root_path = $mx_root_path = '../'; *************** *** 19,23 **** else { ! define('IN_PORTAL', 1); $mx_root_path = '../../../'; $admin_root_path1 = $mx_root_path . 'admin/'; --- 19,23 ---- else { ! @define('IN_PORTAL', 1); $mx_root_path = '../../../'; $admin_root_path1 = $mx_root_path . 'admin/'; |