|
From: Florin C B. <ory...@us...> - 2013-06-17 18:23:40
|
Update of /cvsroot/mxbb/mx_ggsitemaps_adv/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21189 Modified Files: admin_mx_ggsitemap.php Log Message: Index: admin_mx_ggsitemap.php =================================================================== RCS file: /cvsroot/mxbb/mx_ggsitemaps_adv/admin/admin_mx_ggsitemap.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_mx_ggsitemap.php 23 Jun 2008 20:19:59 -0000 1.1 --- admin_mx_ggsitemap.php 17 Jun 2013 18:23:38 -0000 1.2 *************** *** 16,20 **** if ( file_exists( 'admin_board.' . $phpEx ) ) { ! define('IN_PHPBB', 1); $admin_root_path1 = 'admin/'; $admin_root_path2 = ''; --- 16,20 ---- if ( file_exists( 'admin_board.' . $phpEx ) ) { ! @define('IN_PHPBB', 1); $admin_root_path1 = 'admin/'; $admin_root_path2 = ''; *************** *** 26,30 **** else { ! define('IN_PORTAL', 1); $mx_root_path = './../../../'; $admin_root_path1 = 'admin/'; --- 26,30 ---- else { ! @define('IN_PORTAL', 1); $mx_root_path = './../../../'; $admin_root_path1 = 'admin/'; |