1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2023-09-06 11:45:51 -03:00
parent b8ab0f6dd4
commit 9802e6d4a1

View file

@ -58,6 +58,7 @@ exit;
function debugSiteMap($line){
_error_log("sitemap.xml debugSiteMap($line)");
/*
$headers = headers_list();
foreach ($headers as $header) {
_error_log("sitemap.xml headers {$header}");
@ -65,4 +66,5 @@ function debugSiteMap($line){
foreach ($_GET as $key=>$value) {
_error_log("sitemap.xml _GET $key=>$value");
}
*/
}