Merge pull request #75 from hannob/remove_ask

remove submissions.ask.com, no longer exists
This commit is contained in:
Thomas Hochstein 2018-03-31 13:35:28 +02:00 committed by GitHub
commit 9407c4572b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ class serendipity_event_google_sitemap extends serendipity_event {
$propbag->add('type', 'string');
$propbag->add('name', PLUGIN_EVENT_SITEMAP_URL);
$propbag->add('description', PLUGIN_EVENT_SITEMAP_URL_DESC);
$propbag->add('default', 'https://www.google.com/webmasters/tools/ping?sitemap=%s;http://submissions.ask.com/ping?sitemap=%s');
$propbag->add('default', 'https://www.google.com/webmasters/tools/ping?sitemap=%s');
break;
case 'gzip_sitemap':
$propbag->add('type', 'boolean');