13if( ! defined(
'SITEMAP_ROOT_CONTROLLER_LOADED' ) ) {
14 if( ! file_exists( __DIR__ .
'/modules/sitemap/xml_sitemap.php' ) ) {
15 die(
"Don't call this file directly" ) ;
17 if( ! empty( $_SERVER[
'REQUEST_URI'] ) ) {
18 $_SERVER[
'REQUEST_URI'] = str_replace(
'xml_sitemap.php' ,
'modules/sitemap/xml_sitemap.php' , $_SERVER[
'REQUEST_URI'] ) ;
20 $_SERVER[
'REQUEST_URI'] =
'/modules/sitemap/xml_sitemap.php' ;
22 $_SERVER[
'PHP_SELF'] = $_SERVER[
'REQUEST_URI'] ;
23 define(
'SITEMAP_ROOT_CONTROLLER_LOADED' , 1 ) ;
24 $real_xml_google_path = __DIR__ .
'/modules/sitemap/xml_sitemap.php' ;
25 chdir(
'./modules/sitemap/' ) ;
26 require $real_xml_google_path ;