security update for uuid xmlsitemap file_field_path
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
function hook_xmlsitemap_engine_info() {
|
||||
$engines['example'] = array(
|
||||
'name' => t('Example search engine'),
|
||||
'url' => 'http://example.com/ping?sitemap=[sitemap]'
|
||||
'url' => 'http://example.com/ping?sitemap=[sitemap]',
|
||||
);
|
||||
return $engines;
|
||||
}
|
||||
|
Reference in New Issue
Block a user