mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
11 lines
No EOL
291 B
PHP
11 lines
No EOL
291 B
PHP
<?php
|
|
global $global, $config;
|
|
if (!isset($global['systemRootPath'])) {
|
|
require_once '../videos/configuration.php';
|
|
}
|
|
|
|
header('Content-Type: application/json');
|
|
?>
|
|
Sitemap: <?php echo $global['webSiteRootURL']; ?>sitemap.xml
|
|
User-Agent: *
|
|
<?php echo $advancedCustom->robotsTXT->value; ?>
|