';
date_default_timezone_set('Europe/London');
print ""; print "https://analyt.co.uk/"; print "" . date("Y-m-d", filemtime("index.html")) . "T" . date("h:m:s+00:00", filemtime("index.html")) . ""; print "weekly"; print "0.9"; print "";
$sectionList = array("about","solutions","blog","news","contact");
for ($i = 0; $i < count($sectionList); $i++) {
$files = array(); if ($handle = opendir($sectionList[$i])) { while (false !== ($entry = readdir($handle))) { if ($entry != "." && $entry != "..") { $files[filemtime($sectionList[$i]. "/" .$entry).$entry] = $entry; } } closedir($handle);
}
foreach ($files as $entry) {
if (strpos($entry, '.html') !== FALSE) {
print ""; print "https://analyt.co.uk/" . $sectionList[$i] . (($entry != "index.html") ? "/" : "") . str_replace("index.html","",$entry) . ""; print "" . date("Y-m-d", filemtime($sectionList[$i]. "/" .$entry)) . "T" . date("h:m:s+00:00", filemtime($sectionList[$i]. "/" .$entry)) . ""; print "weekly"; print "0.9"; print ""; }
}
} print "";
?>