https instead of http
This commit is contained in:
parent
e8547253fd
commit
4662bde3b9
|
@ -86,7 +86,7 @@ class pluginSitemap extends Plugin {
|
||||||
private function ping()
|
private function ping()
|
||||||
{
|
{
|
||||||
if ($this->getValue('pingGoogle')) {
|
if ($this->getValue('pingGoogle')) {
|
||||||
$url = 'http://www.google.com/ping?sitemap='.Theme::sitemapUrl();
|
$url = 'https://www.google.com/ping?sitemap='.Theme::sitemapUrl();
|
||||||
TCP::http($url, 'GET', true, 3);
|
TCP::http($url, 'GET', true, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue