Some deprecations, normalize.css, torrent file content sort fix.

This commit is contained in:
Yuriy Pikhtarev 2017-07-30 11:25:57 +03:00
commit 0eb7faeed7
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
8 changed files with 455 additions and 17 deletions

View file

@ -34,6 +34,5 @@ if (file_exists(SITEMAP_DIR . '/sitemap.xml')) {
$map_link = make_url('sitemap/sitemap.xml');
$map->sendSitemap('http://google.com/webmasters/sitemaps/ping?sitemap=', $map_link);
$map->sendSitemap('http://ping.blogs.yandex.ru/ping?sitemap=', $map_link);
$map->sendSitemap('http://www.bing.com/ping?sitemap=', $map_link);
}