mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
update
This commit is contained in:
parent
320c9b4731
commit
b8ab0f6dd4
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ global $global, $config;
|
||||||
if (!isset($global['systemRootPath'])) {
|
if (!isset($global['systemRootPath'])) {
|
||||||
require_once '../videos/configuration.php';
|
require_once '../videos/configuration.php';
|
||||||
}
|
}
|
||||||
|
if(isset($_GET['yptDeviceID'])){
|
||||||
|
unset($_GET['yptDeviceID']);
|
||||||
|
}
|
||||||
$sitemap_start = microtime(true);
|
$sitemap_start = microtime(true);
|
||||||
$name = "sitemap.xml." . md5(json_encode($_GET));
|
$name = "sitemap.xml." . md5(json_encode($_GET));
|
||||||
$lifetime = 43200; // 12 hours
|
$lifetime = 43200; // 12 hours
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue