bebeboutik/modules/treepodia/video-sitemap.php
Srv Bebeboutik 6c0978166c add modules
2016-01-04 12:49:26 +01:00

8 lines
281 B
PHP
Executable File

<?php
include(dirname(__FILE__).'/../../config/config.inc.php');
include(dirname(__FILE__).'/../../init.php');
header("Status: 301 Moved Permanently", false, 301);
Header('Location: http://api.treepodia.com/sitemap/'.Configuration::get('TREEPODIA_ACCOUNT_CODE').'/sitemap.xml');