<?php /** * This file generates the outout of directory structure */ require_once('sitemap.inc.php'); define ('DIR_PATH', 'frd/'); $sitemap = new Sitemap(DIR_PATH); $xmlContent = $sitemap->generateXmlSiteMap(true); ?>